Chromium Code Reviews| Index: webrtc/api/api.gyp |
| diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp |
| index 4fe8ce845884faf8014450b9431e77a9ef45b03b..7f571c041d49d3d443b48ae0ebe5b3aacdd3563e 100644 |
| --- a/webrtc/api/api.gyp |
| +++ b/webrtc/api/api.gyp |
| @@ -192,6 +192,13 @@ |
| 'objc/RTCVideoTrack.h', |
| 'objc/RTCVideoTrack.mm', |
| ], |
| + # TODO(hjon): Make this compile without linking to libstdc++ |
| + # See https://bugs.chromium.org/p/webrtc/issues/detail?id=5593 |
| + 'link_settings': { |
| + 'libraries': [ |
| + '-lstdc++', |
| + ], |
| + }, |
| 'conditions': [ |
| ['OS=="ios"', { |
| 'sources': [ |