mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Bump mac_sdk to 10.8
BUG= Review URL: https://codereview.chromium.org/1820903004 .
This commit is contained in:
parent
ed4589ae9d
commit
893a60df2f
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
# Chrome normally builds with the Mac OS X 10.5 SDK and sets the
|
||||
# deployment target to 10.5. Other projects, such as O3D, may override
|
||||
# these defaults.
|
||||
'mac_sdk%': '<!(python <(DEPTH)/tools/gyp/find_mac_sdk.py 10.7)',
|
||||
'mac_deployment_target%': '10.7',
|
||||
'mac_sdk%': '<!(python <(DEPTH)/tools/gyp/find_mac_sdk.py 10.8)',
|
||||
'mac_deployment_target%': '10.8',
|
||||
},
|
||||
'xcode_settings': {
|
||||
# DON'T ADD ANYTHING NEW TO THIS BLOCK UNLESS YOU REALLY REALLY NEED IT!
|
||||
|
|
Loading…
Reference in a new issue