mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 07:43:13 +00:00
wgpu: add missing libs on Windows
This commit is contained in:
2
vendor/wgpu/wgpu.odin
vendored
2
vendor/wgpu/wgpu.odin
vendored
@@ -30,6 +30,8 @@ when ODIN_OS == .Windows {
|
||||
"system:gdi32.lib",
|
||||
"system:ole32.lib",
|
||||
"system:oleaut32.lib",
|
||||
"system:propsys.lib",
|
||||
"system:runtimeobject.lib",
|
||||
}
|
||||
} 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")
|
||||
|
||||
Reference in New Issue
Block a user