mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07: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:
Vendored
+1
-1
@@ -4,7 +4,7 @@ package glfw
|
||||
/* Versions */
|
||||
VERSION_MAJOR :: 3
|
||||
VERSION_MINOR :: 3
|
||||
VERSION_REVISION :: 4
|
||||
VERSION_REVISION :: 8
|
||||
|
||||
/* Booleans */
|
||||
TRUE :: true
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user