diff --git a/xmake/actions/compile_shaders.lua b/xmake/actions/compile_shaders.lua index b03e80bfb..ec04858c7 100644 --- a/xmake/actions/compile_shaders.lua +++ b/xmake/actions/compile_shaders.lua @@ -12,7 +12,11 @@ task("compile-shaders") on_run(function () import("core.base.option") + import("core.base.task") import("core.project.project") + + task.run("config", {}, {disable_dump = true}) + local nzsl = path.join(project.required_package("nzsl"):installdir(), "bin", "nzslc") local envs