Title: [201430] trunk/Source
Revision
201430
Author
[email protected]
Date
2016-05-26 14:21:25 -0700 (Thu, 26 May 2016)

Log Message

Build fix

Rubber stamped by Lucas Forschler.

* Configurations/DebugRelease.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (201429 => 201430)


--- trunk/Source/WebKit/mac/ChangeLog	2016-05-26 20:37:33 UTC (rev 201429)
+++ trunk/Source/WebKit/mac/ChangeLog	2016-05-26 21:21:25 UTC (rev 201430)
@@ -1,3 +1,11 @@
+2016-05-26  Myles C. Maxfield  <[email protected]>
+
+        Build fix
+
+        Rubber stamped by Lucas Forschler.
+
+        * Configurations/DebugRelease.xcconfig:
+
 2016-05-24  Beth Dakin  <[email protected]>
 
         Candidates should work with input methods

Modified: trunk/Source/WebKit/mac/Configurations/DebugRelease.xcconfig (201429 => 201430)


--- trunk/Source/WebKit/mac/Configurations/DebugRelease.xcconfig	2016-05-26 20:37:33 UTC (rev 201429)
+++ trunk/Source/WebKit/mac/Configurations/DebugRelease.xcconfig	2016-05-26 21:21:25 UTC (rev 201430)
@@ -43,7 +43,7 @@
 WEBKIT_SYSTEM_INTERFACE_LIBRARY = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_$(PLATFORM_NAME)_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000 = WebKitSystemInterfaceYosemite;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101100 = WebKitSystemInterfaceElCapitan;
-WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101200 = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101100);
+WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101200 = WebKitSystemInterfaceOSX10.12;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101300 = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101200);
 
 SDKROOT[sdk=iphone*] = $(SDKROOT);

Modified: trunk/Source/WebKit2/ChangeLog (201429 => 201430)


--- trunk/Source/WebKit2/ChangeLog	2016-05-26 20:37:33 UTC (rev 201429)
+++ trunk/Source/WebKit2/ChangeLog	2016-05-26 21:21:25 UTC (rev 201430)
@@ -1,3 +1,11 @@
+2016-05-26  Myles C. Maxfield  <[email protected]>
+
+        Build fix
+
+        Rubber stamped by Lucas Forschler.
+
+        * Configurations/DebugRelease.xcconfig:
+
 2016-05-25  Jer Noble  <[email protected]>
 
         Flashiness and jumpiness when entering fullscreen

Modified: trunk/Source/WebKit2/Configurations/DebugRelease.xcconfig (201429 => 201430)


--- trunk/Source/WebKit2/Configurations/DebugRelease.xcconfig	2016-05-26 20:37:33 UTC (rev 201429)
+++ trunk/Source/WebKit2/Configurations/DebugRelease.xcconfig	2016-05-26 21:21:25 UTC (rev 201430)
@@ -43,7 +43,7 @@
 WEBKIT_SYSTEM_INTERFACE_LIBRARY = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_$(PLATFORM_NAME)_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000 = WebKitSystemInterfaceYosemite;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101100 = WebKitSystemInterfaceElCapitan;
-WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101200 = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101100);
+WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101200 = WebKitSystemInterfaceOSX10.12;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101300 = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101200);
 
 SDKROOT[sdk=iphone*] = $(SDKROOT);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to