mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
wgpu ld -> dl
This commit is contained in:
Vendored
+1
-1
@@ -54,7 +54,7 @@ when ODIN_OS == .Windows {
|
|||||||
|
|
||||||
foreign import libwgpu {
|
foreign import libwgpu {
|
||||||
LIB,
|
LIB,
|
||||||
"system:ld",
|
"system:dl",
|
||||||
"system:m",
|
"system:m",
|
||||||
}
|
}
|
||||||
} else when ODIN_OS == .JS {
|
} else when ODIN_OS == .JS {
|
||||||
|
|||||||
Reference in New Issue
Block a user