Sha256: 16c174124b3e9c0d2fa028354549dcd3f3d9fc94291f157c4575d898dfaab96f
Contents?: true
Size: 411 Bytes
Versions: 2
Compression:
Stored size: 411 Bytes
Contents
ruby_engine = Object.const_defined?(:RUBY_ENGINE) ? RUBY_ENGINE : 'ruby' extension = ruby_engine == 'ruby' ? 'mri' : ruby_engine require 'mkmf' $CPPFLAGS << " -DRUBY_VERSION=#{RUBY_VERSION.tr('.', '')}" if extension == 'mri' if RUBY_VERSION >= '1.9.3' $CPPFLAGS << " -Imri/1.9.3" elsif RUBY_VERSION >= '1.9.2' $CPPFLAGS << " -Imri/1.9.2" end end create_makefile "looksee/#{extension}", extension
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
looksee-1.0.3-universal-java-1.6 | ext/extconf.rb |
looksee-1.0.3 | ext/extconf.rb |