banister / mixology19

A version of the Mixology C extension that is 1.9.1 and 1.8.6 compatible

This URL has Read+Write access

mixology19 / extconf.rb
100644 8 lines (5 sloc) 0.108 kb
1
2
3
4
5
6
7
8
require "mkmf"
 
if RUBY_VERSION =~ /1.9/ then
    $CPPFLAGS += " -DRUBY_19"
end
 
create_makefile "mixology"