Fixed vccexe, now regards the command argument

This commit is contained in:
Fredrik Høisæther Rasch
2017-03-21 01:10:11 +01:00
committed by Fredrik Høisæther Rasch
parent 5341d36397
commit 289f72ad67

View File

@@ -88,7 +88,7 @@ when isMainModule:
if commandArg.len < 1:
commandArg = "cl.exe"
let vccProcess = startProcess(
"cl.exe",
commandArg,
args = clArgs,
options = vccOptions
)