mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-11 19:31:41 +00:00
Was hoping to not resort to an ugly solution, it is what it is
This commit is contained in:
parent
f866606417
commit
67f32ac3a4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-coop.yaml
vendored
3
.github/workflows/build-coop.yaml
vendored
|
|
@ -187,7 +187,7 @@ jobs:
|
|||
curl -L -o glew.tar.gz https://github.com/nigels-com/glew/releases/download/glew-2.2.0/glew-2.2.0.tgz
|
||||
tar -xzf glew.tar.gz
|
||||
cd glew-2.2.0
|
||||
make SYSTEM=darwin CC="clang -arch arm64 -mmacosx-version-min=11" GLEW_PREFIX=/opt/homebrew
|
||||
make SYSTEM=darwin CC="clang -arch arm64 -mmacosx-version-min=11"
|
||||
make install GLEW_PREFIX=/opt/homebrew GLEW_DEST=/opt/homebrew
|
||||
|
||||
- name: Compile SDL2
|
||||
|
|
@ -201,6 +201,7 @@ jobs:
|
|||
|
||||
- name: Build the game
|
||||
run: |
|
||||
export PKG_CONFIG_PATH=/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH
|
||||
gmake OSX_BUILD=1 -j$(sysctl -n hw.ncpu)
|
||||
|
||||
- name: Code sign the app (Ad-Hoc)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue