Sha256: 03dda7e1f38b67034b6a5782a1e82c364161855f53fd1a1ddcd37d329cdd4fff

Contents?: true

Size: 252 Bytes

Versions: 10

Compression:

Stored size: 252 Bytes

Contents

require 'mkmf'
require 'rbconfig'

if ARGV.include?('--coverage')
  $CFLAGS << " -fprofile-arcs  -ftest-coverage"
  $DLDFLAGS << ' --coverage'
end

if have_library('yajl')
  create_makefile('wankel/wankel')
else
  puts "Couldn't find YAJL library"
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wankel-0.6.2.1 ext/wankel/extconf.rb
wankel-0.6.2 ext/wankel/extconf.rb
wankel-0.6.1 ext/wankel/extconf.rb
wankel-0.6.0 ext/wankel/extconf.rb
wankel-0.5.0 ext/wankel/extconf.rb
wankel-0.4.0 ext/wankel/extconf.rb
wankel-0.3.1 ext/wankel/extconf.rb
wankel-0.3.0 ext/wankel/extconf.rb
wankel-0.2.0 ext/wankel/extconf.rb
wankel-0.1.1 ext/wankel/extconf.rb