diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 5ac58b6..a8b5d7e 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1034,7 +1034,7 @@ }], ['branding=="Chrome" and buildtype=="Official"', { - 'mac_sdk%': '10.6', + 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py --verify 10.6)', # Enable uploading crash dumps. 'mac_breakpad_uploads%': 1, # Enable dumping symbols at build time for use by Mac Breakpad. |