mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
If you're going to statically link, statically link.
This commit is contained in:
parent
bd4a38e668
commit
ad9644f51d
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ $CPPFLAGS += " -Wall" unless $CPPFLAGS.split.include? "-Wall"
|
||||||
$CPPFLAGS += " -g" unless $CPPFLAGS.split.include? "-g"
|
$CPPFLAGS += " -g" unless $CPPFLAGS.split.include? "-g"
|
||||||
$CPPFLAGS += " -rdynamic" unless $CPPFLAGS.split.include? "-rdynamic"
|
$CPPFLAGS += " -rdynamic" unless $CPPFLAGS.split.include? "-rdynamic"
|
||||||
|
|
||||||
$DEFLIBPATH.unshift(Libv8.library_path)
|
$LDFLAGS.insert 0, "#{Libv8.library_path}/libv8.#{$LIBEXT} "
|
||||||
$LIBS << ' -lv8 -lpthread'
|
$LIBS << ' -lpthread'
|
||||||
|
|
||||||
CONFIG['LDSHARED'] = '$(CXX) -shared' unless RUBY_PLATFORM =~ /darwin/
|
CONFIG['LDSHARED'] = '$(CXX) -shared' unless RUBY_PLATFORM =~ /darwin/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue