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

for linking to be handled by g++

This commit is contained in:
Charles Lowell 2010-02-15 23:12:34 -06:00
parent e9d8e2cf16
commit 1024c6ebaf

View file

@ -23,6 +23,8 @@ have_library('v8')
$CPPFLAGS += " -Wall" unless $CPPFLAGS.split.include? "-Wall"
CONFIG['LDSHARED'] = '$(CXX) -shared'
create_makefile('v8')
# now add a few extra targets