XMake: Update nzsl config

This commit is contained in:
SirLynix 2023-12-31 13:59:20 +01:00
parent 79ec135af7
commit 7b30c0ac5c
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ if has_config("platform") then
end
if has_config("renderer") then
add_requires("nzsl >=2023.12.17+1", { debug = is_mode("debug"), configs = { with_symbols = not is_mode("release"), shared = not is_plat("wasm", "android") and not has_config("static") } })
add_requires("nzsl >=2023.12.31", { debug = is_mode("debug"), configs = { symbols = not is_mode("release"), shared = not is_plat("wasm", "android") and not has_config("static") } })
local function is_cross_compiling()
if os.host() == "windows" then