mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 05:20:31 +00:00
Fixed vccexe, now regards the command argument
This commit is contained in:
committed by
Fredrik Høisæther Rasch
parent
5341d36397
commit
289f72ad67
@@ -88,7 +88,7 @@ when isMainModule:
|
||||
if commandArg.len < 1:
|
||||
commandArg = "cl.exe"
|
||||
let vccProcess = startProcess(
|
||||
"cl.exe",
|
||||
commandArg,
|
||||
args = clArgs,
|
||||
options = vccOptions
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user