From 18e3a9987e0f7370baf36730b3c99f23ef5e76dc Mon Sep 17 00:00:00 2001 From: Stenzek Date: Mon, 5 Feb 2024 01:33:33 +1000 Subject: [PATCH] deps: Build MoltenVK on MacOS --- .github/workflows/macos_build.yml | 1 - .../workflows/scripts/macos/build-dependencies.sh | 12 ++++++++++++ pcsx2/CMakeLists.txt | 14 ++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 4bc8e38c83..0560ed9f23 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -150,7 +150,6 @@ jobs: - name: Prepare Build Artifacts run: | - cp /usr/local/lib/libMoltenVK.dylib build/pcsx2*/PCSX2.app/Contents/Frameworks/ TAG="$(git tag --points-at HEAD)" if [ -z "$TAG" ]; then APPNAME="${{ steps.artifact-metadata.outputs.artifact-name }}" diff --git a/.github/workflows/scripts/macos/build-dependencies.sh b/.github/workflows/scripts/macos/build-dependencies.sh index 175082c1c0..5c62574ac6 100755 --- a/.github/workflows/scripts/macos/build-dependencies.sh +++ b/.github/workflows/scripts/macos/build-dependencies.sh @@ -18,6 +18,7 @@ LZ4=b8fd2d15309dd4e605070bd4486e26b6ef814e29 PNG=1.6.37 WEBP=1.3.2 FFMPEG=6.0 +MOLTENVK=1.2.8 QT=6.6.2 if [ "${INSTALLDIR:0:1}" != "/" ]; then @@ -47,6 +48,7 @@ cat > SHASUMS <