DescriptionSet mac_deployment_target default to 10.7
This overrides the default (10.6) in Chromium's
build/common.gypi. It's needed since we want ARC and libc++.
TESTED=Ran webrtc/build/gyp_webrtc before this patch and then
grep -r macosx-version-min out/Debug/* | grep 10.6
which gave a lot of output.
Then with this patch applied, there were no output for 10.6 (only 10.7).
R=tkchin@webrtc.org
Committed: https://chromium.googlesource.com/external/webrtc/+/46a491bcbb887c7019cbd87cc85429703a69c387
Patch Set 1 #Patch Set 2 : Don't set if already set #Patch Set 3 : Added comment #Messages
Total messages: 6 (2 generated)
|