Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index efaacb7536676ddeb7294f517275eec442f1375a..34000ed04b326fda1b507c59f89c9fcfbb3f2686 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1865,7 +1865,7 @@ |
}], |
# Official mac builds require a specific OS X SDK, but iOS and |
# non-official mac builds do not. |
- ['branding=="Chrome" and buildtype=="Official" and OS==mac', { |
+ ['branding=="Chrome" and buildtype=="Official" and OS=="mac"', { |
'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py --verify <(mac_sdk_min) --sdk_path=<(mac_sdk_path))', |
}, { |
'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py <(mac_sdk_min))', |