mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 08:38:51 +00:00
Fix miniaudio config; add trailing commas
This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@ when GLFW_SHARED {
|
||||
foreign import glfw {"_"}
|
||||
} else {
|
||||
foreign import glfw {
|
||||
"lib/darwin/libglfw3.a"
|
||||
"lib/darwin/libglfw3.a",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user