[webkit-changes] [WebKit/WebKit] 483565: [WGSL] Fix wgslc's JavaScriptCore dependency
Tadeu Zagallo
noreply at github.com
Mon Apr 3 09:31:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 483565013665e46a6e698c5889a369b993a7ee9f
https://github.com/WebKit/WebKit/commit/483565013665e46a6e698c5889a369b993a7ee9f
Author: Tadeu Zagallo <tzagallo at apple.com>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M Source/WebGPU/WebGPU.xcodeproj/project.pbxproj
Log Message:
-----------
[WGSL] Fix wgslc's JavaScriptCore dependency
https://bugs.webkit.org/show_bug.cgi?id=254823
rdar://107476092
Reviewed by Myles C. Maxfield.
The xcode project had two versions of JavaScriptCore.framework, and wgslc and
WebGPU each depend on a different one. This meant it got built twice. Remove
the duplicate and make both targets depend on the same framework.
* Source/WebGPU/WebGPU.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/262511@main
More information about the webkit-changes
mailing list