Changeset 268377 in webkit


Ignore:
Timestamp:
Oct 12, 2020 4:35:09 PM (4 years ago)
Author:
aestes@apple.com
Message:

Unreviewed build fix after r268367.

  • Configurations/WebKit.xcconfig: Corrected the definition of

WK_PDFKIT_LDFLAGS_maccatalyst.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r268376 r268377  
     12020-10-12  Andy Estes  <aestes@apple.com>
     2
     3        Unreviewed build fix after r268367.
     4
     5        * Configurations/WebKit.xcconfig: Corrected the definition of
     6        WK_PDFKIT_LDFLAGS_maccatalyst.
     7
    182020-10-12  Tim Horton  <timothy_horton@apple.com>
    29
  • trunk/Source/WebKit/Configurations/WebKit.xcconfig

    r268367 r268377  
    9999WK_PDFKIT_LDFLAGS_iphonesimulator[sdk=iphone*11.*] = ;
    100100WK_PDFKIT_LDFLAGS_maccatalyst = $(WK_PDFKIT_LDFLAGS_maccatalyst$(WK_MACOS_1100));
    101 WK_PDFKIT_LDFLAGS_maccatalyst_SINCE_1100 = $(WK_PDFKIT_LDFLAGS_iphoneos);
     101WK_PDFKIT_LDFLAGS_maccatalyst_MACOS_SINCE_1100 = $(WK_PDFKIT_LDFLAGS_iphoneos);
    102102
    103103WK_SAFE_BROWSING_LDFLAGS = $(WK_SAFE_BROWSING_LDFLAGS_$(WK_PLATFORM_NAME));
Note: See TracChangeset for help on using the changeset viewer.