xmake.lua show wine console output

This commit is contained in:
2022-12-11 13:04:00 +01:00
parent 0e0368cada
commit 4e8b095e31

View File

@@ -45,7 +45,7 @@ target("TowerDefense")
if is_host("linux") and is_os("windows") then
on_run(function(target)
os.cd("test")
os.runv("wine", {target:targetfile()})
os.execv("wine", {target:targetfile()})
end)
end