| Index: build_gyp/standalone.gypi
|
| diff --git a/build_gyp/standalone.gypi b/build_gyp/standalone.gypi
|
| index f7cad6622a76bd921bdbd66882287016d220a81b..67ed204409e7c0c08d77c66f38157eb6c6de41d8 100644
|
| --- a/build_gyp/standalone.gypi
|
| +++ b/build_gyp/standalone.gypi
|
| @@ -453,7 +453,7 @@
|
| ], # target_conditions
|
| 'variables': {
|
| 'mac_sdk_min': '10.10',
|
| - 'mac_sdk%': '<!(python <(DEPTH)/build_gyp/mac_find_sdk.py <(mac_sdk_min))',
|
| + 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py <(mac_sdk_min))',
|
| },
|
| 'xcode_settings': {
|
| 'SDKROOT': 'macosx<(mac_sdk)', # -isysroot
|
|
|