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