| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index 1a25c8cc1a483f1cfab4f6d84ca597cc51125b3c..811b4ff34020a45d080725dd0d51e0c9a7152143 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -62,6 +62,7 @@ ensure_dependencies: |
| python ensure_dependencies.py |
| build-v8: ensure_dependencies |
| + python build-v8-patch-v8.gyp.py |
| GYP_DEFINES="${GYP_PARAMETERS}" third_party/gyp/gyp --depth=. -f make -I build-v8.gypi --generator-output=build/v8 ${V8_DIR}src/v8.gyp |
| make -C build/v8 v8_snapshot v8_libplatform v8_libsampler |
| @@ -93,6 +94,7 @@ android_arm64: |
| ifneq ($(ANDROID_ARCH),) |
| v8_android_multi: ensure_dependencies |
| + python build-v8-patch-v8.gyp.py |
| cd third_party/v8 && GYP_GENERATORS=make-android \ |
| GYP_DEFINES="${GYP_PARAMETERS} v8_target_arch=${ANDROID_ARCH}" \ |
| PYTHONPATH="${V8_DIR}tools/generate_shim_headers:${V8_DIR}gypfiles:${PYTHONPATH}" \ |