Fixed for v8 3.25.30 (0x032530)

This commit is contained in:
Richard 2014-08-21 20:52:08 -05:00
commit 98b1fca4d8
2 changed files with 81 additions and 96 deletions

View file

@ -49,7 +49,7 @@ Makefile: $(srcdir)/Makefile.in ../../config.status
# These settings are provided by 'configure' (see '/configure.in')
ifeq (1, $(JSV8ENABLED))
JS_INTERPRETER_SRC_V8 = v8_shell.cxx
JS_INTERPRETER_ENABLE_V8 = -DENABLE_V8 -DV8_VERSION=$(JSV8_VERSION)
JS_INTERPRETER_ENABLE_V8 = -DENABLE_V8 -DSWIG_V8_VERSION=$(JSV8_VERSION)
endif
ifeq (1, $(JSCENABLED))