Index: Makefile |
diff --git a/Makefile b/Makefile |
index b738306f82cd442b5660e8c7a27b851685868e95..41741fe9b94ee29203c34e5b4097b05b568d6825 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -96,7 +96,7 @@ v8_android_multi: ensure_dependencies |
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}" \ |
- tools/gyp/gyp \ |
+ python ../../make_gyp_wrapper.py \ |
--generator-output=../../build src/v8.gyp \ |
-Igypfiles/standalone.gypi \ |
--depth=. \ |