Changeset 268888 in webkit
- Timestamp:
- Oct 22, 2020, 1:29:18 PM (6 years ago)
- Location:
- branches/safari-610.2.11.51-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Configurations/WebKit.xcconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-610.2.11.51-branch/Source/WebKit/ChangeLog
r268887 r268888 1 2020-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 1 19 2020-10-22 Russell Epstein <repstein@apple.com> 2 20 -
branches/safari-610.2.11.51-branch/Source/WebKit/Configurations/WebKit.xcconfig
r268887 r268888 95 95 WK_PDFKIT_LDFLAGS_iphonesimulator[sdk=iphone*11.*] = ; 96 96 WK_PDFKIT_LDFLAGS_maccatalyst = $(WK_PDFKIT_LDFLAGS_maccatalyst$(WK_MACOS_1100)); 97 WK_PDFKIT_LDFLAGS_maccatalyst_ SINCE_1100 = $(WK_PDFKIT_LDFLAGS_iphoneos);97 WK_PDFKIT_LDFLAGS_maccatalyst_MACOS_SINCE_1100 = $(WK_PDFKIT_LDFLAGS_iphoneos); 98 98 99 99 WK_SAFE_BROWSING_LDFLAGS = $(WK_SAFE_BROWSING_LDFLAGS_$(WK_PLATFORM_NAME));
Note:
See TracChangeset
for help on using the changeset viewer.