diff options
-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 |