summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Abd-El-Malek <jam@chromium.org>2014-05-29 08:01:22 -0700
committerJohn Abd-El-Malek <jam@chromium.org>2014-05-29 08:01:22 -0700
commit64ab40e11267c5d6ecc691072c3427c369ef26ec (patch)
tree3e72e7baeb2da66f9d8e7bb0fb5b55d019cbc430
parent961a34a731955322370373dd977bc99009965a86 (diff)
downloadpdfium-64ab40e11267c5d6ecc691072c3427c369ef26ec.tar.xz
Fix xcode build.
R=thakis@chromium.org Review URL: https://codereview.chromium.org/300993002
-rw-r--r--build/standalone.gypi4
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