mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
2fca693317
Before this change, the Makefile didn't tell the linker to link libv8: LIBS = $(LIBRUBYARG_SHARED) -lpthread -lpthread -lrt -ldl -lcrypt -lm -lc Now it does: LIBS = $(LIBRUBYARG_SHARED) -lv8 -lpthread -lpthread -lrt -ldl -lcrypt -lm -lc |
||
---|---|---|
.. | ||
location_spec.rb | ||
spec_helper.rb |