Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: webrtc/libjingle_examples.gyp

Issue 1315063005: Fix build when using Xcode 7 which contains .tbd files instead of .dylib (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/libjingle_examples.gyp
diff --git a/webrtc/libjingle_examples.gyp b/webrtc/libjingle_examples.gyp
index 7339cc4c559e531dacbd8fd472404d87f4605aec..abe7e8a252de4aa24fc74f756349b03bb233faab 100755
--- a/webrtc/libjingle_examples.gyp
+++ b/webrtc/libjingle_examples.gyp
@@ -338,11 +338,9 @@
'xcode_settings': {
'OTHER_LDFLAGS': [
'-framework CFNetwork',
+ '-licucore',
],
},
- 'libraries': [
- '$(SDKROOT)/usr/lib/libicucore.dylib',
- ],
}
}, # target socketrocket
], # targets
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698