Skip to content

Commit

Permalink
Adjust mac arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Jun 2, 2024
1 parent 8612e57 commit 1d556b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin-arm64-glew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cd src
(
cd glew
make LDFLAGS.EXTRA='-install_name "@rpath/glew.dylib" -arch x86_64' glew.lib
make LDFLAGS.EXTRA='-install_name "@rpath/glew.dylib" -arch arm64' glew.lib
)

mv glew/lib/libGLEW.2.2.0.dylib build/glew.dylib
Expand Down

0 comments on commit 1d556b3

Please sign in to comment.