diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-05-29 08:01:22 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-05-29 08:01:22 -0700 |
commit | 64ab40e11267c5d6ecc691072c3427c369ef26ec (patch) | |
tree | 3e72e7baeb2da66f9d8e7bb0fb5b55d019cbc430 /build/standalone.gypi | |
parent | 961a34a731955322370373dd977bc99009965a86 (diff) | |
download | pdfium-64ab40e11267c5d6ecc691072c3427c369ef26ec.tar.xz |
Fix xcode build.
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/300993002
Diffstat (limited to 'build/standalone.gypi')
-rw-r--r-- | build/standalone.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/standalone.gypi b/build/standalone.gypi index 3b4f01bef6..bcc8cbc534 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -246,4 +246,8 @@ }, # target_defaults }], # OS=="mac" ], + 'xcode_settings': { + # See comment in Chromium's common.gypi for why this is needed. + 'SYMROOT': '<(DEPTH)/xcodebuild', + } }
\ No newline at end of file |