1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00
libv8/spec
Charles Strahan 2fca693317 Properly link to the system's libv8
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
2015-03-28 21:13:11 -04:00
..
location_spec.rb Properly link to the system's libv8 2015-03-28 21:13:11 -04:00
spec_helper.rb delegate makefile configuration to v8 2013-01-04 16:50:30 -06:00