renderer_vulkan: Support loading Vulkan layers on macOS SDL build. (#2832)

This commit is contained in:
squidbus
2025-04-23 01:10:03 -07:00
committed by GitHub
parent ee7fe305c9
commit 53ca64f6ff
8 changed files with 58 additions and 45 deletions

View File

@@ -205,8 +205,8 @@ jobs:
run: |
mkdir upload
mv ${{github.workspace}}/build/shadps4 upload
cp ${{github.workspace}}/build/externals/MoltenVK/libMoltenVK.dylib upload
install_name_tool -add_rpath "@executable_path" upload/shadps4
mv ${{github.workspace}}/build/MoltenVK_icd.json upload
mv ${{github.workspace}}/build/libMoltenVK.dylib upload
- uses: actions/upload-artifact@v4
with:
name: shadps4-macos-sdl-${{ needs.get-info.outputs.date }}-${{ needs.get-info.outputs.shorthash }}