mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
![Bill Robertson](/assets/img/avatar_default.png)
delete. Changed class name to "Context" Also tried to link V8, but I don't know anything about the ruby make script.
8 lines
113 B
Ruby
8 lines
113 B
Ruby
require 'mkmf'
|
|
|
|
CONFIG['LDSHARED'] = "g++ -shared"
|
|
|
|
#dir_config('v8')
|
|
#have_library('v8')
|
|
|
|
create_makefile('v8')
|