| Index: build/config/ios/ios_sdk.gni
|
| diff --git a/build/config/ios/ios_sdk.gni b/build/config/ios/ios_sdk.gni
|
| index e3abd7bc0f1a69aa8ff0787ae4bb4daf867b508b..eba6bef5cfa33595de92f157c91e8958679b1767 100644
|
| --- a/build/config/ios/ios_sdk.gni
|
| +++ b/build/config/ios/ios_sdk.gni
|
| @@ -13,7 +13,7 @@ declare_args() {
|
| xcode_build = ""
|
| machine_os_build = ""
|
|
|
| - use_ios_simulator = target_cpu == "x86" || target_cpu == "x64"
|
| + use_ios_simulator = current_cpu == "x86" || current_cpu == "x64"
|
|
|
| # Version of iOS that we're targeting.
|
| ios_deployment_target = "9.0"
|
|
|