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

Unified Diff: Makefile

Issue 29496585: Noissue - move host detecting script into libadblockplus repo (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 24, 2017, 12:54 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 | third_party/detect_v8_host_arch.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 bf4ca50000a1b9880fe8d0c64895a572c3971e19..4e39f20c754d63db3dc72c201823c23571f5fd8a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
V8_DIR :=$(shell pwd -L)/third_party/v8/
-HOST_ARCH :=$(shell python ${V8_DIR}gypfiles/detect_v8_host_arch.py)
+HOST_ARCH :=$(shell python third_party/detect_v8_host_arch.py)
GYP_PARAMETERS=host_arch=${HOST_ARCH}
« no previous file with comments | « no previous file | third_party/detect_v8_host_arch.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld