Small stuff

This commit is contained in:
SirLynix
2023-01-29 17:44:36 +01:00
parent 3a58ed9701
commit 5a89a2ae9f
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ task("compile-shaders")
task.run("config", {}, {disable_dump = true})
local nzsl = project.required_package("nzsl")
local nzslc = path.join(project.required_package("nzsl"):installdir(), "bin", "nzslc")
local nzslc = path.join(nzsl:installdir(), "bin", "nzslc")
local envs = nzsl:get("envs")
if is_plat("mingw") then