mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
Merge branch 'master' of github.com:cowboyd/therubyracer
This commit is contained in:
commit
1ec71dbca5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ have_library('v8') or raise "Unable to find libv8 in #{BUILD}, was there an erro
|
|||
|
||||
$CPPFLAGS += " -Wall" unless $CPPFLAGS.split.include? "-Wall"
|
||||
|
||||
CONFIG['LDSHARED'] = '$(CXX) -shared'
|
||||
CONFIG['LDSHARED'] = '$(CXX) -shared' unless RUBY_PLATFORM =~ /darwin/
|
||||
|
||||
create_makefile('v8')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue