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