Fix build on wasm

This commit is contained in:
SirLynix 2024-01-22 21:02:02 +01:00
parent 639f6708b0
commit 9caaff2898
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ if has_config("utility") then
add_requires("ordered_map", "stb")
end
if has_config("vulkan") then
if has_config("vulkan") and not is_plat("wasm") then
add_requires("vulkan-headers", "vulkan-memory-allocator")
end