Skip to content

Commit 1d556b3

Browse files
committed
Adjust mac arm build
1 parent 8612e57 commit 1d556b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin-arm64-glew.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cd src
33
(
44
cd glew
5-
make LDFLAGS.EXTRA='-install_name "@rpath/glew.dylib" -arch x86_64' glew.lib
5+
make LDFLAGS.EXTRA='-install_name "@rpath/glew.dylib" -arch arm64' glew.lib
66
)
77

88
mv glew/lib/libGLEW.2.2.0.dylib build/glew.dylib

0 commit comments

Comments
 (0)