1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

don't put the v8 shared object in global namespace

This commit is contained in:
Charles Lowell 2012-06-14 05:00:48 -05:00
parent c1fa29bf6d
commit e22d36b1df

View file

@ -28,4 +28,4 @@ if CONFIG['warnflags']
CONFIG['warnflags'].gsub!('-Wimplicit-function-declaration', '')
end
create_makefile('init')
create_makefile('v8/init')