mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Change foreign import for sdl3
This commit is contained in:
Vendored
+4
-3
@@ -1,6 +1,7 @@
|
|||||||
package sdl3
|
package sdl3
|
||||||
|
|
||||||
@(export)
|
when ODIN_OS == .Windows {
|
||||||
foreign import lib {
|
@(export) foreign import lib { "SDL3.lib" }
|
||||||
"SDL3.lib",
|
} else {
|
||||||
|
@(export) foreign import lib { "system:SDL3" }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user