mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-11 11:21:46 +00:00
Make glew compile with prefix in mind (this should fix it hopefully)
This commit is contained in:
parent
1b5b527549
commit
f866606417
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-coop.yaml
vendored
2
.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"
|
||||
make SYSTEM=darwin CC="clang -arch arm64 -mmacosx-version-min=11" GLEW_PREFIX=/opt/homebrew
|
||||
make install GLEW_PREFIX=/opt/homebrew GLEW_DEST=/opt/homebrew
|
||||
|
||||
- name: Compile SDL2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue