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

Unified Diff: Makefile

Issue 6193234183192576: Issue 1197 - change local copy of v8 (to 4.3.15) to work with Visual Studio 2013 (Closed)
Patch Set: Created June 11, 2015, 1:19 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 | createsolution.bat » ('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 e0f1f2fe0db325fc290094a103c1ea3d0991f05b..2a3a6f94997670973a064f23696bda5e6f1c1f9b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ TEST_EXECUTABLE = build/out/Debug/tests
.PHONY: all test clean v8_android android docs
all:
- third_party/gyp/gyp --depth=. -f make -I common.gypi --generator-output=build -Dtarget_arch=$(ARCH) libadblockplus.gyp
+ third_party/gyp/gyp --depth=. -f make -I common.gypi --generator-output=build -Dtarget_arch=$(ARCH) -Dhost_arch=$(shell python ./third_party/v8/build/detect_v8_host_arch.py) libadblockplus.gyp
$(MAKE) -C build
test: all
« no previous file with comments | « no previous file | createsolution.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld