mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
need a space in -lv8 for linux
This commit is contained in:
parent
c81ea28856
commit
3b30e3c5bd
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ $CPPFLAGS += " -g" unless $CPPFLAGS.split.include? "-g"
|
|||
$CPPFLAGS += " -rdynamic" unless $CPPFLAGS.split.include? "-rdynamic"
|
||||
|
||||
$DEFLIBPATH.unshift(BUILD)
|
||||
$LIBS << '-lv8'
|
||||
$LIBS << ' -lv8'
|
||||
|
||||
CONFIG['LDSHARED'] = '$(CXX) -shared' unless RUBY_PLATFORM =~ /darwin/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue