Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Makefile

Issue 29510583: Issue 5393 - fix libraries order issue when linking of V8 mksnapshot for linux host (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: fix osx by limiting only for linux Created Aug. 10, 2017, 1:28 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | make_gyp_wrapper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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=. \
« no previous file with comments | « no previous file | make_gyp_wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld