Index: build/config/ios/ios_sdk.gni |
diff --git a/build/config/ios/ios_sdk.gni b/build/config/ios/ios_sdk.gni |
index 0a3cded59cf1661546695f3a589ae8ad7057f0e4..88f128330a0c1d4b41618ac0164ff3a9deaa7372 100644 |
--- a/build/config/ios/ios_sdk.gni |
+++ b/build/config/ios/ios_sdk.gni |
@@ -14,8 +14,6 @@ declare_args() { |
xcode_build = "" |
machine_os_build = "" |
- use_ios_simulator = current_cpu == "x86" || current_cpu == "x64" |
- |
# Version of iOS that we're targeting. |
ios_deployment_target = "9.0" |
@@ -44,6 +42,8 @@ declare_args() { |
assert(custom_toolchain == "" || additional_target_cpus == [], |
"cannot define both custom_toolchain and additional_target_cpus") |
+use_ios_simulator = current_cpu == "x86" || current_cpu == "x64" |
+ |
# Initialize additional_toolchains from additional_target_cpus. Assert here |
# that the list does not contains $target_cpu nor duplicates as this would |
# cause weird errors during the build. |