mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
add 'shared' config to vendor libraries
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
package glfw
|
||||
|
||||
/* Config */
|
||||
GLFW_DYNAMIC :: #config(GLFW_DYNAMIC, false)
|
||||
GLFW_SHARED :: #config(GLFW_SHARED, false)
|
||||
|
||||
/*** Constants ***/
|
||||
/* Versions */
|
||||
|
||||
Reference in New Issue
Block a user