⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 268888 in webkit


Ignore:
Timestamp:
Oct 22, 2020, 1:29:18 PM (6 years ago)
Author:
Russell Epstein
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

Location:
branches/safari-610.2.11.51-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-610.2.11.51-branch/Source/WebKit/ChangeLog

    r268887 r268888  
     12020-10-22  Russell Epstein  <repstein@apple.com>
     2
     3        Cherry-pick r268377. rdar://problem/70320656
     4
     5    Unreviewed build fix after r268367.
     6   
     7    * Configurations/WebKit.xcconfig: Corrected the definition of
     8    WK_PDFKIT_LDFLAGS_maccatalyst.
     9   
     10    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@268377 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     11
     12    2020-10-12  Andy Estes  <aestes@apple.com>
     13
     14            Unreviewed build fix after r268367.
     15
     16            * Configurations/WebKit.xcconfig: Corrected the definition of
     17            WK_PDFKIT_LDFLAGS_maccatalyst.
     18
    1192020-10-22  Russell Epstein  <repstein@apple.com>
    220
  • branches/safari-610.2.11.51-branch/Source/WebKit/Configurations/WebKit.xcconfig

    r268887 r268888  
    9595WK_PDFKIT_LDFLAGS_iphonesimulator[sdk=iphone*11.*] = ;
    9696WK_PDFKIT_LDFLAGS_maccatalyst = $(WK_PDFKIT_LDFLAGS_maccatalyst$(WK_MACOS_1100));
    97 WK_PDFKIT_LDFLAGS_maccatalyst_SINCE_1100 = $(WK_PDFKIT_LDFLAGS_iphoneos);
     97WK_PDFKIT_LDFLAGS_maccatalyst_MACOS_SINCE_1100 = $(WK_PDFKIT_LDFLAGS_iphoneos);
    9898
    9999WK_SAFE_BROWSING_LDFLAGS = $(WK_SAFE_BROWSING_LDFLAGS_$(WK_PLATFORM_NAME));
Note: See TracChangeset for help on using the changeset viewer.