Title: [268888] branches/safari-610.2.11.51-branch/Source/WebKit
Revision
268888
Author
[email protected]
Date
2020-10-22 13:29:18 -0700 (Thu, 22 Oct 2020)

Log Message

Cherry-pick r268377. rdar://problem/70320656

    Unreviewed build fix after r268367.

    * Configurations/WebKit.xcconfig: Corrected the definition of
    WK_PDFKIT_LDFLAGS_maccatalyst.

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@268377 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-610.2.11.51-branch/Source/WebKit/ChangeLog (268887 => 268888)


--- branches/safari-610.2.11.51-branch/Source/WebKit/ChangeLog	2020-10-22 20:29:14 UTC (rev 268887)
+++ branches/safari-610.2.11.51-branch/Source/WebKit/ChangeLog	2020-10-22 20:29:18 UTC (rev 268888)
@@ -1,5 +1,23 @@
 2020-10-22  Russell Epstein  <[email protected]>
 
+        Cherry-pick r268377. rdar://problem/70320656
+
+    Unreviewed build fix after r268367.
+    
+    * Configurations/WebKit.xcconfig: Corrected the definition of
+    WK_PDFKIT_LDFLAGS_maccatalyst.
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@268377 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-10-12  Andy Estes  <[email protected]>
+
+            Unreviewed build fix after r268367.
+
+            * Configurations/WebKit.xcconfig: Corrected the definition of
+            WK_PDFKIT_LDFLAGS_maccatalyst.
+
+2020-10-22  Russell Epstein  <[email protected]>
+
         Cherry-pick r268367. rdar://problem/70320656
 
     [macCatalyst] Enable WKPDFView

Modified: branches/safari-610.2.11.51-branch/Source/WebKit/Configurations/WebKit.xcconfig (268887 => 268888)


--- branches/safari-610.2.11.51-branch/Source/WebKit/Configurations/WebKit.xcconfig	2020-10-22 20:29:14 UTC (rev 268887)
+++ branches/safari-610.2.11.51-branch/Source/WebKit/Configurations/WebKit.xcconfig	2020-10-22 20:29:18 UTC (rev 268888)
@@ -94,7 +94,7 @@
 WK_PDFKIT_LDFLAGS_iphonesimulator = $(WK_PDFKIT_LDFLAGS_iphoneos);
 WK_PDFKIT_LDFLAGS_iphonesimulator[sdk=iphone*11.*] = ;
 WK_PDFKIT_LDFLAGS_maccatalyst = $(WK_PDFKIT_LDFLAGS_maccatalyst$(WK_MACOS_1100));
-WK_PDFKIT_LDFLAGS_maccatalyst_SINCE_1100 = $(WK_PDFKIT_LDFLAGS_iphoneos);
+WK_PDFKIT_LDFLAGS_maccatalyst_MACOS_SINCE_1100 = $(WK_PDFKIT_LDFLAGS_iphoneos);
 
 WK_SAFE_BROWSING_LDFLAGS = $(WK_SAFE_BROWSING_LDFLAGS_$(WK_PLATFORM_NAME));
 WK_SAFE_BROWSING_LDFLAGS_iphoneos = -framework SafariSafeBrowsing;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to