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

11 commits

Author SHA1 Message Date
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
fc35ad671a use rbconfig instead of mkmf to determin LIBEXT
Merge remote-tracking branch 'divoxx/fix_mkmf_issue'

Conflicts:
	lib/libv8.rb
2012-08-28 14:13:52 -05:00
Charles Lowell
bd12a4655d enable debug builds of v8 with --enable-debug 2012-08-09 21:17:06 -05:00
Rodrigo Kochenburger
1eded76295 Don't require mkmf as it defines a lot of global methods that can and will conflict 2012-07-25 16:38:29 -03:00
Charles Lowell
b981c474f1 look elsewhere for ia32 builds o_O 2012-05-09 15:38:23 -05:00
Charles Lowell
95ecfcac51 switch to master. 2012-05-01 14:47:07 -07:00
Charles Lowell
a0fe63d68d account for different library locations
Apparently, GYP places the statically linked libs
in different locations.
2012-04-26 10:28:27 -05:00
Charles Lowell
1ff9b95b6e merge origin/master 2012-04-25 22:46:30 -05:00
Logan Lowell
18d3ed52b0 Updated V8 3.3.10 and added V8_VERSION 2011-05-27 14:02:35 -05:00
Logan Lowell
b068a4c4d1 Added some paths and made them as strings 2011-05-25 15:39:38 -05:00
Logan Lowell
da58b234a7 Initial version! 2011-05-24 13:17:58 -05:00