mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 23:54:07 +00:00
Fix build on Apple Silicon when linking to GLFW
This also updates the library to GLFW 3.3.8 This includes the lib-universal static library, rather than just the Intel one (lib-x86_64), so software building with GLFW on Apple Silicon will work again.
This commit is contained in:
2
vendor/glfw/constants.odin
vendored
2
vendor/glfw/constants.odin
vendored
@@ -4,7 +4,7 @@ package glfw
|
||||
/* Versions */
|
||||
VERSION_MAJOR :: 3
|
||||
VERSION_MINOR :: 3
|
||||
VERSION_REVISION :: 4
|
||||
VERSION_REVISION :: 8
|
||||
|
||||
/* Booleans */
|
||||
TRUE :: true
|
||||
|
||||
BIN
vendor/glfw/lib/darwin/libglfw3.a
vendored
BIN
vendor/glfw/lib/darwin/libglfw3.a
vendored
Binary file not shown.
Reference in New Issue
Block a user