diff options
author | Oliver Chang <ochang@chromium.org> | 2016-02-08 17:35:46 -0800 |
---|---|---|
committer | Oliver Chang <ochang@chromium.org> | 2016-02-08 17:35:46 -0800 |
commit | 5413f1d4e1770d0635ee11dd6451e6fb1b46be85 (patch) | |
tree | 6f350cf869b0b1ae46e75c5fdf5a52e6a1d366ce /build | |
parent | 3a4986316f1f744bdba8acfb3f30a78899a70455 (diff) | |
download | pdfium-5413f1d4e1770d0635ee11dd6451e6fb1b46be85.tar.xz |
Fix typo in standalone.gypi.
TBR=thakis@chromium.org
BUG=585261
Review URL: https://codereview.chromium.org/1683523002 .
Diffstat (limited to 'build')
-rw-r--r-- | build/standalone.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/standalone.gypi b/build/standalone.gypi index 4c674edb99..f118e3003e 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -431,7 +431,7 @@ ], }, 'xcode_settings': { - 'SDKROOT': 'macosx10.10' # -isysroot + 'SDKROOT': 'macosx10.10', # -isysroot # See comment in Chromium's common.gypi for why this is needed. 'SYMROOT': '<(DEPTH)/xcodebuild', }, |