Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: syzygy/integration_tests/integration_tests.gyp

Issue 2990123002: Add flag to compile and link for 64 bit architecture.
Patch Set: Add flag to compile and link for 64 bit architecture. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | syzygy/integration_tests/make_integration_tests_clang.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/integration_tests/integration_tests.gyp
diff --git a/syzygy/integration_tests/integration_tests.gyp b/syzygy/integration_tests/integration_tests.gyp
index 4a0d6f9f14fc6f5f92cb6945f3ce51a6746948be..c5eef169c6c6163662a4eb1a1f83ac8b8ae93230 100644
--- a/syzygy/integration_tests/integration_tests.gyp
+++ b/syzygy/integration_tests/integration_tests.gyp
@@ -143,7 +143,8 @@
'--output-dir=<(PRODUCT_DIR)',
'--input-files=<(_inputs)',
'--target-name=integration_tests_clang_dll',
- '--def-file=integration_tests_clang_dll.def'
+ '--def-file=integration_tests_clang_dll.def',
+ '--target-arch=<(target_arch)'
],
},
],
« no previous file with comments | « no previous file | syzygy/integration_tests/make_integration_tests_clang.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698