| Index: webrtc/modules/modules.gyp
|
| diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
|
| index 5946bafb8581505ecdf1c8e06b5753f369d40b7c..26acba07e57efc0c1fae3d93dcecf019630b5907 100644
|
| --- a/webrtc/modules/modules.gyp
|
| +++ b/webrtc/modules/modules.gyp
|
| @@ -480,6 +480,9 @@
|
| 'audio_device/ios/audio_device_unittest_ios.cc',
|
| 'audio_device/ios/objc/RTCAudioSessionTest.mm',
|
| ],
|
| + 'xcode_settings': {
|
| + 'OTHER_LDFLAGS': ['-ObjC'],
|
| + },
|
| # This needs to be kept in sync with modules_unittests.isolate.
|
| 'mac_bundle_resources': [
|
| '<(DEPTH)/data/audio_processing/output_data_float.pb',
|
|
|