Title: [230698] trunk/Source/WebKit
Revision
230698
Author
timo...@apple.com
Date
2018-04-16 20:01:08 -0700 (Mon, 16 Apr 2018)

Log Message

Unreviewed 32-bit build fix for r230673.

https://bugs.webkit.org/show_bug.cgi?id=184657
rdar://problem/39463307


* Configurations/PluginProcessShim.xcconfig: Use the correct names.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (230697 => 230698)


--- trunk/Source/WebKit/ChangeLog	2018-04-17 02:38:59 UTC (rev 230697)
+++ trunk/Source/WebKit/ChangeLog	2018-04-17 03:01:08 UTC (rev 230698)
@@ -1,3 +1,12 @@
+2018-04-16  Timothy Hatcher  <timo...@apple.com>
+
+        Unreviewed 32-bit build fix for r230673.
+
+        https://bugs.webkit.org/show_bug.cgi?id=184657
+        rdar://problem/39463307
+
+        * Configurations/PluginProcessShim.xcconfig: Use the correct names.
+
 2018-04-16  Andy Estes  <aes...@apple.com>
 
         [iOS] Enable WKPDFView by default

Modified: trunk/Source/WebKit/Configurations/PluginProcessShim.xcconfig (230697 => 230698)


--- trunk/Source/WebKit/Configurations/PluginProcessShim.xcconfig	2018-04-17 02:38:59 UTC (rev 230697)
+++ trunk/Source/WebKit/Configurations/PluginProcessShim.xcconfig	2018-04-17 03:01:08 UTC (rev 230698)
@@ -28,10 +28,10 @@
 WK_APPKIT_LDFLAGS = $(WK_APPKIT_LDFLAGS_$(WK_PLATFORM_NAME));
 WK_APPKIT_LDFLAGS_macosx = -framework AppKit;
 
-WK_CARBON_LDFLAGS = $(WK_APPKIT_LDFLAGS_$(WK_PLATFORM_NAME));
+WK_CARBON_LDFLAGS = $(WK_CARBON_LDFLAGS_$(WK_PLATFORM_NAME));
 WK_CARBON_LDFLAGS_macosx = -framework Carbon;
 
-WK_QUARTZCORE_LDFLAGS = $(WK_APPKIT_LDFLAGS_$(WK_PLATFORM_NAME));
+WK_QUARTZCORE_LDFLAGS = $(WK_QUARTZCORE_LDFLAGS_$(WK_PLATFORM_NAME));
 WK_QUARTZCORE_LDFLAGS_macosx = -framework QuartzCore;
 
 OTHER_LDFLAGS = $(ASAN_OTHER_LDFLAGS) $(WK_APPKIT_LDFLAGS) $(WK_CARBON_LDFLAGS) $(WK_QUARTZCORE_LDFLAGS);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to