mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 08:46:03 +03:00
[PR #1970] [MERGED] build: Update MoltenVK and fix missing add_dependencies for copy. #2414
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2414
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1970
Author: @squidbus
Created: 12/29/2024
Status: ✅ Merged
Merged: 12/29/2024
Merged by: @raphaelthegreat
Base:
main← Head:fix-mvk2📝 Commits (2)
87fe9acbuild: Fix missing add_dependencies for MoltenVK copy target.90c22fbexternals: Update MoltenVK📊 Changes
2 files changed (+2 additions, -1 deletions)
View changed files
📝
CMakeLists.txt(+1 -0)📝
externals/MoltenVK/MoltenVK(+1 -1)📄 Description
Missed this before and caught it in a CI run in my fork today without cache. Apparently this target dependency needs to be added for it to know how to make the dylib file, adding the file dependency to the copy command isn't enough alone.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.