Sha256: 52329f0101d91681e70c9825154eae41daa08000c42b91f89c8aeaca9118c10e
Contents?: true
Size: 272 Bytes
Versions: 5
Compression:
Stored size: 272 Bytes
Contents
require 'rubygems' require 'mkmf-rice' dir_config("rocker") 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('rocker')
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rocker-0.0.8 | ext/rocker/extconf.rb |
rocker-0.0.7 | ext/rocker/extconf.rb |
rocker-0.0.6 | ext/rocker/extconf.rb |
rocker-0.0.5 | ext/rocker/extconf.rb |
rocker-0.0.4 | ext/rocker/extconf.rb |