Title: [194023] trunk/Source/WebKit2
Revision
194023
Author
[email protected]
Date
2015-12-13 19:31:46 -0800 (Sun, 13 Dec 2015)

Log Message

Another fix after r194018.

* Configurations/BaseTarget.xcconfig:
* Configurations/BaseXPCService.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (194022 => 194023)


--- trunk/Source/WebKit2/ChangeLog	2015-12-14 03:19:47 UTC (rev 194022)
+++ trunk/Source/WebKit2/ChangeLog	2015-12-14 03:31:46 UTC (rev 194023)
@@ -1,5 +1,12 @@
 2015-12-13  Dan Bernstein  <[email protected]>
 
+        Another fix after r194018.
+
+        * Configurations/BaseTarget.xcconfig:
+        * Configurations/BaseXPCService.xcconfig:
+
+2015-12-13  Dan Bernstein  <[email protected]>
+
         [Mac] Shims used by XPC services are installed inside legacy process bundles
         https://bugs.webkit.org/show_bug.cgi?id=152233
 

Modified: trunk/Source/WebKit2/Configurations/BaseTarget.xcconfig (194022 => 194023)


--- trunk/Source/WebKit2/Configurations/BaseTarget.xcconfig	2015-12-14 03:19:47 UTC (rev 194022)
+++ trunk/Source/WebKit2/Configurations/BaseTarget.xcconfig	2015-12-14 03:31:46 UTC (rev 194023)
@@ -66,7 +66,7 @@
 
 WK_DONT_LINK_SHIM = $(WK_DONT_LINK_SHIM_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 WK_DONT_LINK_SHIM_1090 = YES;
-WK_DONT_LINK_SHIM_1010 = YES;
+WK_DONT_LINK_SHIM_101000 = YES;
 
 WK_LINK_SHIM[sdk=macosx*] = $(WK_LINK_SHIM_$(WK_DONT_LINK_SHIM));
 WK_LINK_SHIM_ = $(WK_LINK_SHIM_NO);

Modified: trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig (194022 => 194023)


--- trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig	2015-12-14 03:19:47 UTC (rev 194022)
+++ trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig	2015-12-14 03:31:46 UTC (rev 194023)
@@ -57,4 +57,4 @@
 
 WK_XPC_SERVICE_INFOPLIST_SUFFIX[sdk=macosx*] = $(WK_XPC_SERVICE_INFOPLIST_SUFFIX_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 WK_XPC_SERVICE_INFOPLIST_SUFFIX_1090 = -10.9-10.10;
-WK_XPC_SERVICE_INFOPLIST_SUFFIX_1010 = -10.9-10.10;
+WK_XPC_SERVICE_INFOPLIST_SUFFIX_101000 = -10.9-10.10;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to