Title: [268536] branches/safari-610-branch/Source/WebKit
Revision
268536
Author
[email protected]
Date
2020-10-15 11:07:52 -0700 (Thu, 15 Oct 2020)

Log Message

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

    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-branch/Source/WebKit/ChangeLog (268535 => 268536)


--- branches/safari-610-branch/Source/WebKit/ChangeLog	2020-10-15 18:07:50 UTC (rev 268535)
+++ branches/safari-610-branch/Source/WebKit/ChangeLog	2020-10-15 18:07:52 UTC (rev 268536)
@@ -1,5 +1,23 @@
 2020-10-15  Russell Epstein  <[email protected]>
 
+        Cherry-pick r268377. rdar://problem/70321875
+
+    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-15  Russell Epstein  <[email protected]>
+
         Cherry-pick r268376. rdar://problem/70321635
 
     Cursor window is transparent - but not hidden - when `cursor: none` is specified

Modified: branches/safari-610-branch/Source/WebKit/Configurations/WebKit.xcconfig (268535 => 268536)


--- branches/safari-610-branch/Source/WebKit/Configurations/WebKit.xcconfig	2020-10-15 18:07:50 UTC (rev 268535)
+++ branches/safari-610-branch/Source/WebKit/Configurations/WebKit.xcconfig	2020-10-15 18:07:52 UTC (rev 268536)
@@ -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