Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 203247dce51c1cc6fafacc7ff6a23399d14d0862..34e8f3905c6ff98944d8f11c8a363f0e59e10108 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -6346,7 +6346,7 @@ |
'TARGETED_DEVICE_FAMILY': '1,2', |
'conditions': [ |
['ios_sdk_path==""', { |
- 'SDKROOT': 'iphonesimulator<(ios_sdk)', # -isysroot |
+ 'SDKROOT': 'iphoneos<(ios_sdk)', # -isysroot |
}, { |
'SDKROOT': '<(ios_sdk_path)', # -isysroot |
}], |