Index: webrtc/api/api.gyp |
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp |
index c9add179feaa5384f6f52f8e4df3aa5d07fd627f..ee9024b5e554edc4261bf7619fd5ae441cf422b0 100644 |
--- a/webrtc/api/api.gyp |
+++ b/webrtc/api/api.gyp |
@@ -194,6 +194,11 @@ |
'objc/avfoundationvideocapturer.h', |
'objc/avfoundationvideocapturer.mm', |
], |
+ 'link_settings': { |
+ 'libraries': [ |
+ '-lstdc++', |
+ ], |
+ }, |
'conditions': [ |
['OS=="ios"', { |
'sources': [ |