Title: [201431] trunk/Tools
Revision
201431
Author
[email protected]
Date
2016-05-26 14:24:28 -0700 (Thu, 26 May 2016)

Log Message

Build fix

Rubber stamped by Lucas Forschler.

* DumpRenderTree/mac/Configurations/DebugRelease.xcconfig:
* WebKitTestRunner/Configurations/DebugRelease.xcconfig:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (201430 => 201431)


--- trunk/Tools/ChangeLog	2016-05-26 21:21:25 UTC (rev 201430)
+++ trunk/Tools/ChangeLog	2016-05-26 21:24:28 UTC (rev 201431)
@@ -1,3 +1,12 @@
+2016-05-26  Myles C. Maxfield  <[email protected]>
+
+        Build fix
+
+        Rubber stamped by Lucas Forschler.
+
+        * DumpRenderTree/mac/Configurations/DebugRelease.xcconfig:
+        * WebKitTestRunner/Configurations/DebugRelease.xcconfig:
+
 2016-05-25  Anders Carlsson  <[email protected]>
 
         Get rid of WTF/Functional.h

Modified: trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig (201430 => 201431)


--- trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig	2016-05-26 21:21:25 UTC (rev 201430)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig	2016-05-26 21:24:28 UTC (rev 201431)
@@ -38,7 +38,7 @@
 WEBKIT_SYSTEM_INTERFACE_LIBRARY[sdk=macosx*] = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_$(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);
 WEBKIT_SYSTEM_INTERFACE_LIBRARY[sdk=iphoneos*] = WebKitSystemInterfaceIOSDevice$(IPHONEOS_DEPLOYMENT_TARGET);
 WEBKIT_SYSTEM_INTERFACE_LIBRARY[sdk=iphonesimulator*] = WebKitSystemInterfaceIOSSimulator$(IPHONEOS_DEPLOYMENT_TARGET);

Modified: trunk/Tools/WebKitTestRunner/Configurations/DebugRelease.xcconfig (201430 => 201431)


--- trunk/Tools/WebKitTestRunner/Configurations/DebugRelease.xcconfig	2016-05-26 21:21:25 UTC (rev 201430)
+++ trunk/Tools/WebKitTestRunner/Configurations/DebugRelease.xcconfig	2016-05-26 21:24:28 UTC (rev 201431)
@@ -40,7 +40,7 @@
 WEBKIT_SYSTEM_INTERFACE_LIBRARY[sdk=macosx*] = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_$(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