Skip to content

Commit

Permalink
Cherry-pick a0edcb8. rdar://123545536
Browse files Browse the repository at this point in the history
    Fix the internal iOS build when USE(BROWSERENGINEKIT) is set
    https://bugs.webkit.org/show_bug.cgi?id=270033
    rdar://123545536

    Reviewed by Tim Horton.

    Fix the build by removing some xcconfig overrides that are no longer required.

    * Source/WebKit/Configurations/WebKit.xcconfig:
    * Tools/TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig:

    Canonical link: https://commits.webkit.org/275273@main

Canonical link: https://commits.webkit.org/274941.25@safari-7619.1.5-branch
  • Loading branch information
whsieh authored and rjepstein committed Feb 24, 2024
1 parent 2b61903 commit 6a06600
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Source/WebKit/Configurations/WebKit.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ WK_BROWSERENGINEKIT_LDFLAGS[sdk=iphone*17.0*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=iphone*17.1*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=iphone*17.2*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=iphone*17.3*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=iphone*18.0*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=appletv*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=watch*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=xr*] =
Expand Down
1 change: 0 additions & 1 deletion Tools/TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ WK_BROWSERENGINEKIT_LDFLAGS[sdk=iphone*17.0*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=iphone*17.1*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=iphone*17.2*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=iphone*17.3*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=iphone*18.0*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=appletv*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=watch*] =
WK_BROWSERENGINEKIT_LDFLAGS[sdk=xr*] =
Expand Down

0 comments on commit 6a06600

Please sign in to comment.