Sha256: c1d595f5f032190dd6a8f7e24fcd3d13774a49c0fcc4e4f2b179104f8ab58382
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 Bytes
Contents
require 'rubygems' require 'mkmf-rice' dir_config("rockerxx") dir_config("boost") have_library("stdc++") have_library("pqxx") # have_library("boost") have_library("boost_filesystem") if RUBY_VERSION =~ /1.9/ then $CPPFLAGS += " -DRUBY_19" end create_makefile('rockerxx')
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rocker-0.0.10 | ext/rockerxx/extconf.rb |
rocker-0.0.9 | ext/rockerxx/extconf.rb |