Title: [222357] trunk/Source/WebKit
Revision
222357
Author
[email protected]
Date
2017-09-21 15:43:57 -0700 (Thu, 21 Sep 2017)

Log Message

Try to fix Apple internal builds with the iOS 11.0 SDK.

* Configurations/WebKit.xcconfig: Disable framework header postprocessing for iOS 11.0.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (222356 => 222357)


--- trunk/Source/WebKit/ChangeLog	2017-09-21 22:32:49 UTC (rev 222356)
+++ trunk/Source/WebKit/ChangeLog	2017-09-21 22:43:57 UTC (rev 222357)
@@ -1,3 +1,9 @@
+2017-09-21  Dan Bernstein  <[email protected]>
+
+        Try to fix Apple internal builds with the iOS 11.0 SDK.
+
+        * Configurations/WebKit.xcconfig: Disable framework header postprocessing for iOS 11.0.
+
 2017-09-21  Chris Dumez  <[email protected]>
 
         Regression(r222308): new API tests are failing for !NETWORK_SESSION

Modified: trunk/Source/WebKit/Configurations/WebKit.xcconfig (222356 => 222357)


--- trunk/Source/WebKit/Configurations/WebKit.xcconfig	2017-09-21 22:32:49 UTC (rev 222356)
+++ trunk/Source/WebKit/Configurations/WebKit.xcconfig	2017-09-21 22:43:57 UTC (rev 222357)
@@ -77,6 +77,7 @@
 WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED[sdk=macosx*] = $(WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED_macosx_101100 = YES;
 WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED_macosx_101200 = YES;
+WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED[sdk=iphone*11.0*] = YES;
 
 WK_RELOCATABLE_FRAMEWORK_LDFLAGS = $(WK_RELOCATABLE_FRAMEWORK_LDFLAGS_$(WK_RELOCATABLE_FRAMEWORKS));
 WK_RELOCATABLE_FRAMEWORK_LDFLAGS_YES = -Wl,-not_for_dyld_shared_cache;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to