Reviewers: adamk, Nico,

Description:
Define SDKROOT for Mac

otherwise, the clang we ship doesn't work

BUG=none
[email protected],[email protected]
LOG=n

Please review this at https://codereview.chromium.org/792783006/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -0 lines):
  M build/standalone.gypi


Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index f618a0640272be83b232dfef6a246ab428a938ea..ee91e78899f0b9d726e10c978d89be49fdb98c88 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -386,6 +386,7 @@
     }],  # OS=="win"
     ['OS=="mac"', {
       'xcode_settings': {
+        'SDKROOT': 'macosx',
         'SYMROOT': '<(DEPTH)/xcodebuild',
       },
       'target_defaults': {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to