| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index c330c99873753c4cc342222a9e764d18474f1d67..ca6de6e0051de522f7b897bcfa732677778bbed2 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1028,7 +1028,7 @@
|
| # Enable Keystone auto-update support.
|
| 'mac_keystone%': 1,
|
| }, { # else: branding!="Chrome" or buildtype!="Official"
|
| - 'mac_sdk%': '<!(python mac/find_sdk.py 10.6)',
|
| + 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py 10.6)',
|
| 'mac_breakpad_uploads%': 0,
|
| 'mac_breakpad%': 0,
|
| 'mac_keystone%': 0,
|
|
|