add 'shared' config to vendor libraries

This commit is contained in:
flysand7
2023-10-14 21:21:34 +11:00
parent 77210ffa56
commit cf937c6341
15 changed files with 249 additions and 77 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package glfw
/* Config */
GLFW_DYNAMIC :: #config(GLFW_DYNAMIC, false)
GLFW_SHARED :: #config(GLFW_SHARED, false)
/*** Constants ***/
/* Versions */