XMake: Make compile-shader task verbose

This commit is contained in:
SirLynix 2022-06-16 19:26:19 +02:00
parent 62ba4f172b
commit ddd1e3027c
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ task("compile-shaders")
if option.get("benchmark-iteration") then
table.insert(argv, "--benchmark-iteration=" .. option.get("benchmark-iteration"))
end
os.execv(nzsl, argv, { envs = envs })
os.vrunv(nzsl, argv, { envs = envs })
end
end)