Title: [239541] trunk/Source/ThirdParty/libwebrtc
Revision
239541
Author
m...@apple.com
Date
2018-12-22 14:54:38 -0800 (Sat, 22 Dec 2018)

Log Message

Fixed Apple production builds.

* Configurations/Base.xcconfig: Exclude the Source/third_party/boringssl/src/util
  subdirectory, which contains binaries, from installsrc. Its contents are not used for
  building any of the targets in the project.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (239540 => 239541)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2018-12-22 12:37:15 UTC (rev 239540)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2018-12-22 22:54:38 UTC (rev 239541)
@@ -1,3 +1,11 @@
+2018-12-22  Dan Bernstein  <m...@apple.com>
+
+        Fixed Apple production builds.
+
+        * Configurations/Base.xcconfig: Exclude the Source/third_party/boringssl/src/util
+          subdirectory, which contains binaries, from installsrc. Its contents are not used for
+          building any of the targets in the project.
+
 2018-12-21  Youenn Fablet  <you...@apple.com> and Alejandro G. Castro  <a...@igalia.com>
 
         Resync BoringSSL to M72

Modified: trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig (239540 => 239541)


--- trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig	2018-12-22 12:37:15 UTC (rev 239540)
+++ trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig	2018-12-22 22:54:38 UTC (rev 239541)
@@ -94,7 +94,7 @@
 
 GCC_PREPROCESSOR_DEFINITIONS = $(DEBUG_DEFINES) $(inherited) ABSL_ALLOCATOR_NOTHROW;
 
-EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = $(inherited) "$(PROJECT_DIR)/Source/webrtc/examples";
+EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = $(inherited) "$(PROJECT_DIR)/Source/webrtc/examples" "$(PROJECT_DIR)/Source/third_party/boringssl/src/util";
 
 NORMAL_WEBCORE_FRAMEWORKS_DIR = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
 NORMAL_WEBCORE_FRAMEWORKS_DIR[sdk=macosx*] = $(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to