Title: [276270] trunk/Tools
Revision
276270
Author
timothy_hor...@apple.com
Date
2021-04-19 13:16:18 -0700 (Mon, 19 Apr 2021)

Log Message

Fix the macCatalyst TestWebKitAPI build
https://bugs.webkit.org/show_bug.cgi?id=224780


* TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig:
Unreviewed build fix; link PDFKit since we now enable it.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (276269 => 276270)


--- trunk/Tools/ChangeLog	2021-04-19 20:09:04 UTC (rev 276269)
+++ trunk/Tools/ChangeLog	2021-04-19 20:16:18 UTC (rev 276270)
@@ -1,3 +1,11 @@
+2021-04-19  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the macCatalyst TestWebKitAPI build
+        https://bugs.webkit.org/show_bug.cgi?id=224780
+
+        * TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig:
+        Unreviewed build fix; link PDFKit since we now enable it.
+
 2021-04-19  Chris Dumez  <cdu...@apple.com>
 
         SVG Images launch the GPUProcess unnecessarily

Modified: trunk/Tools/TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig (276269 => 276270)


--- trunk/Tools/TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig	2021-04-19 20:09:04 UTC (rev 276269)
+++ trunk/Tools/TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig	2021-04-19 20:16:18 UTC (rev 276270)
@@ -52,6 +52,7 @@
 
 WK_PDFKIT_LDFLAGS = $(WK_PDFKIT_LDFLAGS_$(WK_PLATFORM_NAME));
 WK_PDFKIT_LDFLAGS_macosx = -framework PDFKit;
+WK_PDFKIT_LDFLAGS_maccatalyst = -framework PDFKit;
 WK_PDFKIT_LDFLAGS_iphoneos = -framework PDFKit;
 WK_PDFKIT_LDFLAGS_iphonesimulator = -framework PDFKit;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to