Title: [212777] trunk/Source/ThirdParty/libwebrtc
Revision
212777
Author
[email protected]
Date
2017-02-21 16:53:19 -0800 (Tue, 21 Feb 2017)

Log Message

Don't build libwebrtc on 32-bit architectures
https://bugs.webkit.org/show_bug.cgi?id=168692

Reviewed by Dan Bernstein.

* Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (212776 => 212777)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2017-02-22 00:30:32 UTC (rev 212776)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2017-02-22 00:53:19 UTC (rev 212777)
@@ -1,3 +1,12 @@
+2017-02-21  Alex Christensen  <[email protected]>
+
+        Don't build libwebrtc on 32-bit architectures
+        https://bugs.webkit.org/show_bug.cgi?id=168692
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+
 2017-02-21  Youenn Fablet  <[email protected]>
 
         [Xcode] libwebrtc installhdrs doesn’t install any of the headers

Modified: trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig (212776 => 212777)


--- trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig	2017-02-22 00:30:32 UTC (rev 212776)
+++ trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig	2017-02-22 00:53:19 UTC (rev 212777)
@@ -44,7 +44,8 @@
 STRIP_INSTALLED_PRODUCT = NO;
 WARNING_CFLAGS = -Wexit-time-destructors -Wglobal-constructors;
 
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx appletvos appletvsimulator watchos watchsimulator;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+VALID_ARCHS = $(ARCHS_STANDARD_64_BIT);
 
 TARGET_MAC_OS_X_VERSION_MAJOR = $(TARGET_MAC_OS_X_VERSION_MAJOR$(MACOSX_DEPLOYMENT_TARGET:suffix:identifier));
 TARGET_MAC_OS_X_VERSION_MAJOR_10 = 101000;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to