Sha256: 0fde957a4ff4fc73548f82727597ac20a5fb4a9c3426bd487a46379d3ab4bc01
Contents?: true
Size: 332 Bytes
Versions: 41
Compression:
Stored size: 332 Bytes
Contents
# Information. # puts print "Compiling on Ruby #{RUBY_VERSION}" if defined?(RbConfig) RbConfig::MAKEFILE_CONFIG['CC'] = ENV['CC'] if ENV['CC'] print " with CC set to #{RbConfig::MAKEFILE_CONFIG['CC']}" end puts "." # Compile. # require 'mkmf' abort 'need ruby.h' unless have_header("ruby.h") create_makefile 'picky/picky' puts
Version data entries
41 entries across 41 versions & 1 rubygems
Version | Path |
---|---|
picky-4.15.0 | ext/picky/extconf.rb |