mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
rename dynamic to shared
This commit is contained in:
Vendored
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user