mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 05:20:28 +00:00
wgpu ld -> dl
This commit is contained in:
2
vendor/wgpu/wgpu.odin
vendored
2
vendor/wgpu/wgpu.odin
vendored
@@ -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