We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8612e57 commit 1d556b3Copy full SHA for 1d556b3
src/darwin-arm64-glew.sh
@@ -2,7 +2,7 @@
2
cd src
3
(
4
cd glew
5
- 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
6
)
7
8
mv glew/lib/libGLEW.2.2.0.dylib build/glew.dylib
0 commit comments