Changeset 215974 in webkit
- Timestamp:
- Apr 29, 2017, 11:33:10 AM (8 years ago)
- Location:
- trunk/Source/ThirdParty/libwebrtc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/ThirdParty/libwebrtc/ChangeLog
r215548 r215974 1 2017-04-29 Dan Bernstein <mitz@apple.com> 2 3 [Xcode] libwebrtc SRCROOT includes examples 4 https://bugs.webkit.org/show_bug.cgi?id=171478 5 6 Reviewed by Tim Horton. 7 8 * Configurations/Base.xcconfig: Exclude the Source/webrtc/examples subdirectory from 9 installsrc. Its contents are not used for building any of the targets in the project. 10 1 11 2017-04-19 Youenn Fablet <youenn@apple.com> 2 12 -
trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig
r215494 r215974 82 82 GCC_PREPROCESSOR_DEFINITIONS = $(DEBUG_DEFINES) $(inherited); 83 83 84 EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = $(inherited) "$(PROJECT_DIR)/Source/webrtc/examples"; 85 84 86 NORMAL_WEBCORE_FRAMEWORKS_DIR = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks; 85 87 NORMAL_WEBCORE_FRAMEWORKS_DIR[sdk=macosx*] = $(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks;
Note:
See TracChangeset
for help on using the changeset viewer.