Sha256: 1a7d718abb278928afa16698fea0ecd55f3fbce373e0ba6da9091549d04d85cc
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
require 'mkmf' dir_config('redland') $LDFLAGS = [ $LDFLAGS, ENV['LDFLAGS'], `pkg-config redland --libs`.strip ].join(' ') $CFLAGS = [ $CFLAGS, ENV['CFLAGS'], `pkg-config redland --cflags`.strip ].join(' ') create_makefile('redland')
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redlander-0.2.2 | ext/extconf.rb |
redlander-0.2.1 | ext/extconf.rb |