From 3a4986316f1f744bdba8acfb3f30a78899a70455 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Mon, 8 Feb 2016 17:32:07 -0800 Subject: Speculative fix for mac build failure. R=thakis@chromium.org BUG=585261 Review URL: https://codereview.chromium.org/1679843003 . --- build/standalone.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/build/standalone.gypi b/build/standalone.gypi index 72975bc20e..4c674edb99 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -431,6 +431,7 @@ ], }, 'xcode_settings': { + 'SDKROOT': 'macosx10.10' # -isysroot # See comment in Chromium's common.gypi for why this is needed. 'SYMROOT': '<(DEPTH)/xcodebuild', }, -- cgit v1.2.3