Bug 239923 - [WebGPU] WebGPU in Safari Technology Preview is linking with the system JavaScriptCore
Summary: [WebGPU] WebGPU in Safari Technology Preview is linking with the system JavaS...
Status: RESOLVED DUPLICATE of bug 240159
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-29 21:13 PDT by Myles C. Maxfield
Modified: 2022-05-06 00:38 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.27 KB, patch)
2022-04-29 21:15 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2022-04-29 21:13:48 PDT
[WebGPU] WebGPU is linking with the system JavaScriptCore in Safari Technology Preview
Comment 1 Myles C. Maxfield 2022-04-29 21:15:21 PDT
Created attachment 458629 [details]
Patch
Comment 2 Alexey Proskuryakov 2022-04-30 11:19:03 PDT
Comment on attachment 458629 [details]
Patch

This looks like moving in the right direction, but not quite correct yet (which may be the reason why it's not marked for review).

WebGPU shouldn't ever have WebCore or WebGPU.framework/Versions/A/Frameworks in its search path AFAICT.

Additionally, JSC is a framework not a library, so I'm not sure how LIBRARY_SEARCH_PATHS fixes the issue.
Comment 3 Myles C. Maxfield 2022-05-06 00:38:28 PDT

*** This bug has been marked as a duplicate of bug 240159 ***