Sha256: d8ca39aa60ec042690d42a7a19bd204aa9c9ca261fbba9f92a1077eaf4e4e9ba
Contents?: true
Size: 258 Bytes
Versions: 2
Compression:
Stored size: 258 Bytes
Contents
#!/usr/bin/env ruby # ruby setup.rb all -- --with-swishe-dir=/opt/swishe/2.4.3 require 'mkmf' dir_config "swishe" if have_header("swish-e.h") and have_library('swish-e') create_makefile('swishe_base') else puts "error creating makefile" exit 1 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
swishe-0.4.3 | ext/extconf.rb |
swishe-0.4.2 | ext/extconf.rb |