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

Unified Diff: native_client_sdk/src/build_tools/build_sdk.py

Issue 2437593005: Fix compilation of uber-fat binaries. (Closed)
Patch Set: Fix typo in native_client_sdk/PRESUBMIT.py Created 4 years, 2 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 | « native_client_sdk/PRESUBMIT.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/build_sdk.py
diff --git a/native_client_sdk/src/build_tools/build_sdk.py b/native_client_sdk/src/build_tools/build_sdk.py
index 945e8b260e14a391d0278fe0ed4ddca0a0152a48..93db6d54fcd4d2affdf45915952410fe82c92a34 100755
--- a/native_client_sdk/src/build_tools/build_sdk.py
+++ b/native_client_sdk/src/build_tools/build_sdk.py
@@ -433,7 +433,7 @@ def GnNinjaBuild(arch, out_dir, extra_gn_args=None):
if arch == 'arm':
# Without this the target_cpu='arm' build complains about missing code
# signing identity
- gn_args.append('use_ios_simulator=true')
+ gn_args.append('ios_enable_code_signing=false')
gn_exe = GetGNExecutable(platform)
« no previous file with comments | « native_client_sdk/PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698