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:
parent
e9d8e2cf16
commit
1024c6ebaf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue