1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/extconf.rb

12 lines
183 B
Ruby
Raw Normal View History

2009-10-01 22:17:06 -04:00
require 'mkmf'
CONFIG['LDSHARED'] = "g++ -shared"
#CPP.sub!(CONFIG['CPP'], 'g++ -E')
#LINK.sub!(CONFIG['CC'], 'g++')
2009-10-01 22:17:06 -04:00
# dir_config('v8')
# have_library('v8')
create_makefile('v8')