XMake: Make compile-shader task verbose
This commit is contained in:
parent
62ba4f172b
commit
ddd1e3027c
|
|
@ -33,6 +33,6 @@ task("compile-shaders")
|
||||||
if option.get("benchmark-iteration") then
|
if option.get("benchmark-iteration") then
|
||||||
table.insert(argv, "--benchmark-iteration=" .. option.get("benchmark-iteration"))
|
table.insert(argv, "--benchmark-iteration=" .. option.get("benchmark-iteration"))
|
||||||
end
|
end
|
||||||
os.execv(nzsl, argv, { envs = envs })
|
os.vrunv(nzsl, argv, { envs = envs })
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue