Skip to content

Commit

Permalink
MoltenVK 编译 (IOS 构建 patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack253-png committed Jan 13, 2025
1 parent 7a8dd5c commit 0727680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
if: matrix.plat == 'macos' || matrix.plat == 'ios'
run: |
cd extlibs/MoltenVK
git apply ../../moltenvk_dylib.gitpatch
git apply ../../patches/moltenvk_dylib.gitpatch
./fetchDependencies --${{ matrix.plat }}
make ${{ matrix.plat }}
find . -name "*.dylib"
Expand Down

0 comments on commit 0727680

Please sign in to comment.