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

Changeset 287035 in webkit


Ignore:
Timestamp:
Dec 14, 2021, 11:33:02 AM (5 years ago)
Author:
timothy_horton@apple.com
Message:

Fix the build

  • Configurations/webpushtool.xcconfig:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r287034 r287035  
     12021-12-14  Tim Horton  <timothy_horton@apple.com>
     2
     3        Fix the build
     4
     5        * Configurations/webpushtool.xcconfig:
     6
    172021-12-14  Megan Gardner  <megan_gardner@apple.com>
    28
  • trunk/Source/WebKit/Configurations/webpushtool.xcconfig

    r287009 r287035  
    3232WK_APPSERVERSUPPORT_LDFLAGS = $(WK_APPSERVERSUPPORT_LDFLAGS_$(WK_PLATFORM_NAME));
    3333WK_APPSERVERSUPPORT_LDFLAGS_macosx = $(WK_APPSERVERSUPPORT_LDFLAGS$(WK_MACOS_1200));
    34 WK_APPSERVERSUPPORT_LDFLAGS_MACOS_SINCE_1200 = -framework AppServerSupport
     34WK_APPSERVERSUPPORT_LDFLAGS_MACOS_SINCE_1200 = -framework AppServerSupport;
     35WK_APPSERVERSUPPORT_LDFLAGS_maccatalyst = -framework AppServerSupport;
    3536WK_APPSERVERSUPPORT_LDFLAGS_iphoneos = $(WK_APPSERVERSUPPORT_LDFLAGS$(WK_IOS_15));
    3637WK_APPSERVERSUPPORT_LDFLAGS_iphonesimulator = $(WK_APPSERVERSUPPORT_LDFLAGS$(WK_IOS_15));
    37 WK_APPSERVERSUPPORT_LDFLAGS_IOS_SINCE_15 = -framework AppServerSupport
     38WK_APPSERVERSUPPORT_LDFLAGS_IOS_SINCE_15 = -framework AppServerSupport;
    3839
    39 OTHER_LDFLAGS = -framework Foundation -framework CoreFoundation -framework WebKit -framework JavaScriptCore $(WK_APPSERVERSUPPORT_LDFLAGS)
     40OTHER_LDFLAGS = -framework Foundation -framework CoreFoundation -framework WebKit -framework JavaScriptCore $(WK_APPSERVERSUPPORT_LDFLAGS);
    4041LIBRARY_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR);
    4142
Note: See TracChangeset for help on using the changeset viewer.