Title: [287035] trunk/Source/WebKit
Revision
287035
Author
[email protected]
Date
2021-12-14 11:33:02 -0800 (Tue, 14 Dec 2021)

Log Message

Fix the build

* Configurations/webpushtool.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (287034 => 287035)


--- trunk/Source/WebKit/ChangeLog	2021-12-14 19:23:07 UTC (rev 287034)
+++ trunk/Source/WebKit/ChangeLog	2021-12-14 19:33:02 UTC (rev 287035)
@@ -1,3 +1,9 @@
+2021-12-14  Tim Horton  <[email protected]>
+
+        Fix the build
+
+        * Configurations/webpushtool.xcconfig:
+
 2021-12-14  Megan Gardner  <[email protected]>
 
         Attachment does not update after markup.

Modified: trunk/Source/WebKit/Configurations/webpushtool.xcconfig (287034 => 287035)


--- trunk/Source/WebKit/Configurations/webpushtool.xcconfig	2021-12-14 19:23:07 UTC (rev 287034)
+++ trunk/Source/WebKit/Configurations/webpushtool.xcconfig	2021-12-14 19:33:02 UTC (rev 287035)
@@ -31,12 +31,13 @@
 
 WK_APPSERVERSUPPORT_LDFLAGS = $(WK_APPSERVERSUPPORT_LDFLAGS_$(WK_PLATFORM_NAME));
 WK_APPSERVERSUPPORT_LDFLAGS_macosx = $(WK_APPSERVERSUPPORT_LDFLAGS$(WK_MACOS_1200));
-WK_APPSERVERSUPPORT_LDFLAGS_MACOS_SINCE_1200 = -framework AppServerSupport
+WK_APPSERVERSUPPORT_LDFLAGS_MACOS_SINCE_1200 = -framework AppServerSupport;
+WK_APPSERVERSUPPORT_LDFLAGS_maccatalyst = -framework AppServerSupport;
 WK_APPSERVERSUPPORT_LDFLAGS_iphoneos = $(WK_APPSERVERSUPPORT_LDFLAGS$(WK_IOS_15));
 WK_APPSERVERSUPPORT_LDFLAGS_iphonesimulator = $(WK_APPSERVERSUPPORT_LDFLAGS$(WK_IOS_15));
-WK_APPSERVERSUPPORT_LDFLAGS_IOS_SINCE_15 = -framework AppServerSupport
+WK_APPSERVERSUPPORT_LDFLAGS_IOS_SINCE_15 = -framework AppServerSupport;
 
-OTHER_LDFLAGS = -framework Foundation -framework CoreFoundation -framework WebKit -framework _javascript_Core $(WK_APPSERVERSUPPORT_LDFLAGS)
+OTHER_LDFLAGS = -framework Foundation -framework CoreFoundation -framework WebKit -framework _javascript_Core $(WK_APPSERVERSUPPORT_LDFLAGS);
 LIBRARY_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR);
 
 CODE_SIGN_ENTITLEMENTS = Resources/webpushtool.entitlements;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to