From 7b30c0ac5cda284ba722ced84a6d91bf6136a002 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Sun, 31 Dec 2023 13:59:20 +0100 Subject: [PATCH] XMake: Update nzsl config --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index ff8e79e40..f7a18a274 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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