mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-11 11:21:46 +00:00
Use GLEW_DEST for compiling glew
This commit is contained in:
parent
1601665228
commit
54f990eacd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-coop.yaml
vendored
4
.github/workflows/build-coop.yaml
vendored
|
|
@ -187,7 +187,7 @@ jobs:
|
|||
tar -xzf glew.tar.gz
|
||||
cd glew-2.2.0
|
||||
make SYSTEM=darwin CC="clang -arch arm64 -mmacosx-version-min=11"
|
||||
make install PREFIX=/opt/homebrew
|
||||
make install GLEW_DEST=/opt/homebrew
|
||||
|
||||
- name: Compile SDL2
|
||||
run: |
|
||||
|
|
@ -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 PREFIX=/opt/homebrew
|
||||
make install
|
||||
|
||||
- name: Build the game
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue