xmake.lua show wine console output
This commit is contained in:
@@ -45,7 +45,7 @@ target("TowerDefense")
|
|||||||
if is_host("linux") and is_os("windows") then
|
if is_host("linux") and is_os("windows") then
|
||||||
on_run(function(target)
|
on_run(function(target)
|
||||||
os.cd("test")
|
os.cd("test")
|
||||||
os.runv("wine", {target:targetfile()})
|
os.execv("wine", {target:targetfile()})
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user