Changeset 287035 in webkit
- Timestamp:
- Dec 14, 2021, 11:33:02 AM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Configurations/webpushtool.xcconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r287034 r287035 1 2021-12-14 Tim Horton <timothy_horton@apple.com> 2 3 Fix the build 4 5 * Configurations/webpushtool.xcconfig: 6 1 7 2021-12-14 Megan Gardner <megan_gardner@apple.com> 2 8 -
trunk/Source/WebKit/Configurations/webpushtool.xcconfig
r287009 r287035 32 32 WK_APPSERVERSUPPORT_LDFLAGS = $(WK_APPSERVERSUPPORT_LDFLAGS_$(WK_PLATFORM_NAME)); 33 33 WK_APPSERVERSUPPORT_LDFLAGS_macosx = $(WK_APPSERVERSUPPORT_LDFLAGS$(WK_MACOS_1200)); 34 WK_APPSERVERSUPPORT_LDFLAGS_MACOS_SINCE_1200 = -framework AppServerSupport 34 WK_APPSERVERSUPPORT_LDFLAGS_MACOS_SINCE_1200 = -framework AppServerSupport; 35 WK_APPSERVERSUPPORT_LDFLAGS_maccatalyst = -framework AppServerSupport; 35 36 WK_APPSERVERSUPPORT_LDFLAGS_iphoneos = $(WK_APPSERVERSUPPORT_LDFLAGS$(WK_IOS_15)); 36 37 WK_APPSERVERSUPPORT_LDFLAGS_iphonesimulator = $(WK_APPSERVERSUPPORT_LDFLAGS$(WK_IOS_15)); 37 WK_APPSERVERSUPPORT_LDFLAGS_IOS_SINCE_15 = -framework AppServerSupport 38 WK_APPSERVERSUPPORT_LDFLAGS_IOS_SINCE_15 = -framework AppServerSupport; 38 39 39 OTHER_LDFLAGS = -framework Foundation -framework CoreFoundation -framework WebKit -framework JavaScriptCore $(WK_APPSERVERSUPPORT_LDFLAGS) 40 OTHER_LDFLAGS = -framework Foundation -framework CoreFoundation -framework WebKit -framework JavaScriptCore $(WK_APPSERVERSUPPORT_LDFLAGS); 40 41 LIBRARY_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR); 41 42
Note:
See TracChangeset
for help on using the changeset viewer.