mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
wgpu: add missing libs on Windows
This commit is contained in:
Vendored
+2
@@ -30,6 +30,8 @@ when ODIN_OS == .Windows {
|
|||||||
"system:gdi32.lib",
|
"system:gdi32.lib",
|
||||||
"system:ole32.lib",
|
"system:ole32.lib",
|
||||||
"system:oleaut32.lib",
|
"system:oleaut32.lib",
|
||||||
|
"system:propsys.lib",
|
||||||
|
"system:runtimeobject.lib",
|
||||||
}
|
}
|
||||||
} else when ODIN_OS == .Darwin {
|
} else when ODIN_OS == .Darwin {
|
||||||
@(private) ARCH :: "x86_64" when ODIN_ARCH == .amd64 else "aarch64" when ODIN_ARCH == .arm64 else #panic("unsupported WGPU Native architecture")
|
@(private) ARCH :: "x86_64" when ODIN_ARCH == .amd64 else "aarch64" when ODIN_ARCH == .arm64 else #panic("unsupported WGPU Native architecture")
|
||||||
|
|||||||
Reference in New Issue
Block a user