1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00
Commit graph

7 commits

Author SHA1 Message Date
Petko Bordjukov
4f4113222e Add white spaces between rspec examples 2015-04-09 13:23:43 +03:00
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
ignisf
e12e4055ff Fix location_spec failure with rspec 2.14 2013-08-05 23:08:27 +03:00
Charles Lowell
6e2a27820a delegate makefile configuration to v8
therubyracer now delegates all lookup for its v8
compilation dependencies to the libv8 gem.

if you pass the --with-system-v8 flag to the libv8
gem on install, try to configure therubyracer upon
compile with the following options.

--with-v8-include, --with-v8-lib and --with-v8-dir

Otherwise, it will configure therubyracer to use
its own vendored version of v8.
2013-01-04 16:50:30 -06:00
Charles Lowell
4a58d0677b obsolete patchfile 2012-05-09 15:06:57 -05:00
Charles Lowell
95ecfcac51 switch to master. 2012-05-01 14:47:07 -07:00
Charles Lowell
1ff9b95b6e merge origin/master 2012-04-25 22:46:30 -05:00