mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-11 19:31:41 +00:00
take 2
This commit is contained in:
parent
792108c2c0
commit
1601665228
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-coop.yaml
vendored
4
.github/workflows/build-coop.yaml
vendored
|
|
@ -196,7 +196,7 @@ jobs:
|
|||
cd SDL2-2.30.9
|
||||
./configure --prefix=/opt/homebrew CC="clang -arch arm64 -mmacosx-version-min=11"
|
||||
make -j$(sysctl -n hw.ncpu)
|
||||
make install
|
||||
make install PREFIX=/opt/homebrew
|
||||
|
||||
- name: Build the game
|
||||
run: |
|
||||
|
|
@ -247,7 +247,7 @@ jobs:
|
|||
curl -L -o SDL2.tar.gz https://github.com/libsdl-org/SDL/releases/download/release-2.30.9/SDL2-2.30.9.tar.gz
|
||||
tar -xzf SDL2.tar.gz
|
||||
cd SDL2-2.30.9
|
||||
./configure --prefix=/opt/homebrew CC="clang -arch arm64 -mmacosx-version-min=11"
|
||||
./configure --prefix=/opt/homebrew CC="clang -arch x86_64 -mmacosx-version-min=11"
|
||||
make -j$(sysctl -n hw.ncpu)
|
||||
make install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue