Update bindings.odin

This commit is contained in:
pvance
2022-07-28 04:26:22 -04:00
committed by GitHub
parent 21f2c06f4b
commit d26cfd2141
+5 -5
View File
@@ -15,11 +15,11 @@ when ODIN_OS == .Windows {
foreign import glfw "system:glfw"
} else when ODIN_OS == .Darwin {
foreign import glfw {
"../lib/darwin/libglfw3.a",
"system:Cocoa.framework",
"system:IOKit.framework",
"system:OpenGL.framework",
}
"../lib/darwin/libglfw3.a",
"system:Cocoa.framework",
"system:IOKit.framework",
"system:OpenGL.framework",
}
} else {
foreign import glfw "system:glfw"
}