| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index fe4995beb0ba35f86148113e9ca9c566a8921dee..925326b794536b006aa879b56434d844985f8620 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -454,7 +454,7 @@
|
| ], # target_conditions
|
| 'variables': {
|
| 'mac_sdk_min': '10.10',
|
| - 'mac_sdk%': '<!(python <(DEPTH)/build/gyp/tools/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
|
|
|