From e22d36b1df81eaf7843ed1f0d7f00ac12f64628c Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Thu, 14 Jun 2012 05:00:48 -0500 Subject: [PATCH] don't put the v8 shared object in global namespace --- ext/v8/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/v8/extconf.rb b/ext/v8/extconf.rb index 7560141..acc71e5 100644 --- a/ext/v8/extconf.rb +++ b/ext/v8/extconf.rb @@ -28,4 +28,4 @@ if CONFIG['warnflags'] CONFIG['warnflags'].gsub!('-Wimplicit-function-declaration', '') end -create_makefile('init') +create_makefile('v8/init')