diff options
Diffstat (limited to 'build/v8.xcodeproj/v8_prebuild.sh')
-rwxr-xr-x | build/v8.xcodeproj/v8_prebuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/v8.xcodeproj/v8_prebuild.sh b/build/v8.xcodeproj/v8_prebuild.sh index c61e01c..4cf4753 100755 --- a/build/v8.xcodeproj/v8_prebuild.sh +++ b/build/v8.xcodeproj/v8_prebuild.sh @@ -38,6 +38,7 @@ LIBRARIES_EMPTY_CC="${V8_GENERATED_SOURCES_DIR}/libraries-empty.cc" python "${V8ROOT}/tools/js2c.py" \ "${LIBRARIES_CC}.new" \ "${LIBRARIES_EMPTY_CC}.new" \ + CORE \ ${NATIVE_JS_FILES} # Only use the new files if they're different from the existing files (if any), |