rename dynamic to shared

This commit is contained in:
flysand7
2023-10-14 20:26:34 +11:00
parent 2cca005056
commit 77210ffa56
4 changed files with 32 additions and 2 deletions
+2 -2
View File
@@ -3,10 +3,10 @@ package glfw_bindings
import "core:c"
import vk "vendor:vulkan"
GLFW_DYNAMIC :: #config(GLFW_DYNAMIC, false)
GLFW_SHARED :: #config(GLFW_SHARED, false)
when ODIN_OS == .Windows {
when GLFW_DYNAMIC {
when GLFW_SHARED {
foreign import glfw {
"../lib/glfw3dll.lib",
"system:user32.lib",