Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 5b38b2334b2eb5cc2d197d41a0cdb815da72ad6c..ff8bd0b4e77390419875e5e159ccf76c8e3e9c5a 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -643,7 +643,7 @@ |
# Chrome normally builds with the Mac OS X 10.6 SDK and sets the |
# deployment target to 10.5. Other projects, such as O3D, may override |
# these defaults. |
- 'mac_sdk%': '10.6', |
+ 'mac_sdk%': '<!(python mac/find_sdk.py)', |
Mark Mentovai
2012/07/27 03:31:30
I wouldn’t want this to impact official builds. Co
Nico
2012/07/27 18:01:05
Explicitly setting mac_sdk still overrides the out
Mark Mentovai
2012/07/27 18:18:35
Nico wrote:
|
'mac_deployment_target%': '10.5', |
# The default value for mac_strip in target_defaults. This cannot be |