1
0
Fork 0
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:
Charles Lowell 2012-06-14 11:47:00 -05:00
parent bcb58e805a
commit 761856b050

View file

@ -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