Skip to content

Commit

Permalink
Unreviewed, fix internal builds after 276061@main
Browse files Browse the repository at this point in the history
Link against BrowserEngineCore.framework when using `INLINE_JIT_PERMISSIONS_API`.

* Source/JavaScriptCore/Configurations/Base.xcconfig:
* Source/WebCore/Configurations/WebCore.xcconfig:

Canonical link: https://commits.webkit.org/276094@main
  • Loading branch information
whsieh committed Mar 14, 2024
1 parent bd88768 commit 95dd2f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Source/JavaScriptCore/Configurations/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ JSC_SEC_LD_FLAGS[sdk=iphoneos17.0*] = ;
JSC_SEC_LD_FLAGS[sdk=iphoneos17.1*] = ;
JSC_SEC_LD_FLAGS[sdk=iphoneos17.2*] = ;
JSC_SEC_LD_FLAGS[sdk=iphoneos17.3*] = ;
JSC_SEC_LD_FLAGS[sdk=iphoneos17.3*] = ;
JSC_SEC_LD_FLAGS[sdk=iphoneos18*] = ;
JSC_SEC_LD_FLAGS[sdk=appletv*] = ;
JSC_SEC_LD_FLAGS[sdk=watch*] = ;
JSC_SEC_LD_FLAGS[sdk=xr*] = ;
Expand Down
2 changes: 0 additions & 2 deletions Source/WebCore/Configurations/WebCore.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ JSC_SEC_LD_FLAGS[sdk=iphoneos17.0*] = ;
JSC_SEC_LD_FLAGS[sdk=iphoneos17.1*] = ;
JSC_SEC_LD_FLAGS[sdk=iphoneos17.2*] = ;
JSC_SEC_LD_FLAGS[sdk=iphoneos17.3*] = ;
JSC_SEC_LD_FLAGS[sdk=iphoneos17.3*] = ;
JSC_SEC_LD_FLAGS[sdk=iphoneos18*] = ;
JSC_SEC_LD_FLAGS[sdk=appletv*] = ;
JSC_SEC_LD_FLAGS[sdk=watch*] = ;
JSC_SEC_LD_FLAGS[sdk=xr*] = ;
Expand Down

0 comments on commit 95dd2f7

Please sign in to comment.