Index: webrtc/supplement.gypi |
diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi |
index 075e2adb06c676d71b9b45c0e018549a6426fd6a..7634a4150f4bde0b9e1eeb65e899f11b5bbcd558 100644 |
--- a/webrtc/supplement.gypi |
+++ b/webrtc/supplement.gypi |
@@ -2,8 +2,12 @@ |
'variables': { |
'variables': { |
'webrtc_root%': '<(DEPTH)/webrtc', |
+ # Override the default (10.6) in Chromium's build/common.gypi. |
+ # Needed for ARC and libc++. |
+ 'mac_deployment_target%': '10.7', |
}, |
'webrtc_root%': '<(webrtc_root)', |
+ 'mac_deployment_target%': '<(mac_deployment_target)', |
'build_with_chromium': 0, |
'conditions': [ |
['OS=="ios"', { |