Sha256: 5c12d68f3be4c8475eac4cf625e0ef9bafe8e21372ccfc02f5fed004f73fda87

Contents?: true

Size: 337 Bytes

Versions: 6

Compression:

Stored size: 337 Bytes

Contents

require 'mkmf'

dir_config('peg_markdown')

$objs = %w[markdown.o markdown_lib.o markdown_output.o markdown_parser.o]

if pkg_config = find_executable('pkg-config')
  $CFLAGS = `#{pkg_config} --cflags glib-2.0`
  $LDFLAGS = `#{pkg_config} --libs glib-2.0`
else
  fail "glib2 not found"
end

create_header
create_makefile('peg_markdown')

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rpeg-markdown-1.4.6 ext/extconf.rb
rpeg-markdown-1.0 ext/extconf.rb
rpeg-markdown-1.1 ext/extconf.rb
rpeg-markdown-1.1.1 ext/extconf.rb
rpeg-markdown-1.4.4 ext/extconf.rb
rpeg-markdown-1.4.3 ext/extconf.rb