Sha256: 82e5f3a4fa23921408a96f27481d58c22832db2bbe8d1bf5c3c70b8da97e2fe3
Contents?: true
Size: 314 Bytes
Versions: 6
Compression:
Stored size: 314 Bytes
Contents
require 'mkmf' if with_config("static") ldflags = pkg_config 'libnghttp2', 'libs-only-L' archive = File.join ldflags.sub(/^-L/, ''), 'libnghttp2.a' if File.exist? archive $LDFLAGS << " #{archive}" else raise "couldn't find archive" end else pkg_config 'libnghttp2' end create_makefile 'ds9'
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
ds9-1.3.0 | ext/ds9/extconf.rb |
ds9-1.2.1 | ext/ds9/extconf.rb |
ds9-1.2.0 | ext/ds9/extconf.rb |
ds9-1.1.1 | ext/ds9/extconf.rb |
ds9-1.1.0 | ext/ds9/extconf.rb |
ds9-1.0.0 | ext/ds9/extconf.rb |