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:
William Roe
2022-07-28 15:29:30 +01:00
parent 2e895c72d3
commit a0697ab057
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ package glfw
/* Versions */
VERSION_MAJOR :: 3
VERSION_MINOR :: 3
VERSION_REVISION :: 4
VERSION_REVISION :: 8
/* Booleans */
TRUE :: true

Binary file not shown.