Fix translateCommands() call in os.execute
This commit is contained in:
parent
6e12c6485f
commit
fbdceb7f0a
@ -12,7 +12,7 @@
|
||||
|
||||
premake.override(os, "execute", function(base, cmd)
|
||||
cmd = path.normalize(cmd)
|
||||
cmd = os.translateCommand(cmd)
|
||||
cmd = os.translateCommands(cmd)
|
||||
return base(cmd)
|
||||
end)
|
||||
|
||||
|
Reference in New Issue
Block a user