Title: [212772] trunk/Source/ThirdParty/libwebrtc
- Revision
- 212772
- Author
- [email protected]
- Date
- 2017-02-21 15:23:38 -0800 (Tue, 21 Feb 2017)
Log Message
[Xcode] libwebrtc installhdrs doesn’t install any of the headers
https://bugs.webkit.org/show_bug.cgi?id=168634
Patch by Youenn Fablet <[email protected]> on 2017-02-21
Reviewed by Alex Christensen.
* Configurations/libwebrtc.xcconfig:
* libwebrtc.xcodeproj/project.pbxproj:
Modified Paths
Diff
Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (212771 => 212772)
--- trunk/Source/ThirdParty/libwebrtc/ChangeLog 2017-02-21 23:18:36 UTC (rev 212771)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog 2017-02-21 23:23:38 UTC (rev 212772)
@@ -1,3 +1,13 @@
+2017-02-21 Youenn Fablet <[email protected]>
+
+ [Xcode] libwebrtc installhdrs doesn’t install any of the headers
+ https://bugs.webkit.org/show_bug.cgi?id=168634
+
+ Reviewed by Alex Christensen.
+
+ * Configurations/libwebrtc.xcconfig:
+ * libwebrtc.xcodeproj/project.pbxproj:
+
2017-02-21 Alex Christensen <[email protected]>
Unreviewed, rolling out r212699.
Modified: trunk/Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig (212771 => 212772)
--- trunk/Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig 2017-02-21 23:18:36 UTC (rev 212771)
+++ trunk/Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig 2017-02-21 23:23:38 UTC (rev 212772)
@@ -11,6 +11,7 @@
INSTALL_PATH = /usr/local/lib;
PUBLIC_HEADERS_FOLDER_PATH = /usr/local/include/libwebrtc;
USE_HEADERMAP = NO;
+INSTALLHDRS_SCRIPT_PHASE = YES;
WARNING_CFLAGS = -Wno-exit-time-destructors -Wno-objc-property-no-attribute -Wno-objc-missing-super-calls -Wno-deprecated-declarations;
GCC_PREPROCESSOR_DEFINITIONS = WEBRTC_POSIX WEBRTC_MAC SSL_USE_OPENSSL FEATURE_ENABLE_SSL HAVE_SRTP HAVE_OPENSSL_SSL_H SCTP_PROCESS_LEVEL_LOCKS SCTP_SIMPLE_ALLOCATOR SCTP_USE_OPENSSL_SHA1 __Userspace__ HAVE_SA_LEN HAVE_SCONN_LEN __APPLE_USE_RFC_2292 __Userspace_os_Darwin NON_WINDOWS_DEFINE HAVE_WEBRTC_VIDEO HAVE_WEBRTC_VOICE WEBRTC_INTELLIGIBILITY_ENHANCER=0 WEBRTC_APM_DEBUG_DUMP=0 WEBRTC_NS_FLOAT WEBRTC_CODEC_ILBC WEBRTC_CODEC_OPUS WEBRTC_CODEC_ISAC WEBRTC_CODEC_RED RTC_DISABLE_VP9 RTC_DISABLE_VP8 HAVE_STDINT_H HAVE_STDLIB_H HAVE_UINT64_T OPENSSL HAVE_CONFIG_H WEBRTC_WEBKIT_BUILD HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE HAVE_SCTP WEBRTC_CODEC_G711 WEBRTC_CODEC_G722;
Modified: trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj (212771 => 212772)
--- trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj 2017-02-21 23:18:36 UTC (rev 212771)
+++ trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj 2017-02-21 23:23:38 UTC (rev 212772)
@@ -11951,6 +11951,7 @@
};
5C63F6631E414AB6002CA531 /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 5D7C59C51208C68B001C873E /* libwebrtc.xcconfig */;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
@@ -11958,6 +11959,7 @@
};
5C63F6641E414AB6002CA531 /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 5D7C59C51208C68B001C873E /* libwebrtc.xcconfig */;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
@@ -11965,6 +11967,7 @@
};
5C63F6651E414AB6002CA531 /* Production */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 5D7C59C51208C68B001C873E /* libwebrtc.xcconfig */;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes