mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
link against the shared object by default.
This commit is contained in:
parent
bcb58e805a
commit
761856b050
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ def build_with_system_libv8
|
|||
EOS
|
||||
raise "unable to locate libv8. Please see output for details"
|
||||
end
|
||||
$LDFLAGS << " -lv8_base -lv8_snapshot "
|
||||
$LDFLAGS << " -lv8 "
|
||||
end
|
||||
|
||||
def build_with_rubygem_libv8
|
||||
|
|
Loading…
Reference in a new issue