Sha256: fef39db2928a7138bf2beff855727f2ef9035d314cecb0e88d953eecfa41ec83

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 Bytes

Contents

# Information.
#
print "Compiling on Ruby 1.9"
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")

dir_config('performant')
create_makefile('performant')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
picky-4.5.4 lib/picky/ext/ruby19/extconf.rb
picky-4.5.3 lib/picky/ext/ruby19/extconf.rb