summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Chang <ochang@chromium.org>2016-02-08 17:32:07 -0800
committerOliver Chang <ochang@chromium.org>2016-02-08 17:32:07 -0800
commit3a4986316f1f744bdba8acfb3f30a78899a70455 (patch)
tree853b0d5c5a170cbedd0f75b9172fe192299e0859
parent42afeaf499e13f6a10a403eac9e9fd8de124ca5e (diff)
downloadpdfium-3a4986316f1f744bdba8acfb3f30a78899a70455.tar.xz
Speculative fix for mac build failure.
R=thakis@chromium.org BUG=585261 Review URL: https://codereview.chromium.org/1679843003 .
-rw-r--r--build/standalone.gypi1
1 files changed, 1 insertions, 0 deletions
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',
},