Fix 'compile' not working when spaces are in bin path
This commit is contained in:
parent
4fa4404df8
commit
bcbb85c5e4
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ proc compile(options: Options) =
|
||||||
|
|
||||||
echo("Compiling ", bin, " (", pkgInfo.name, ") using ", backend,
|
echo("Compiling ", bin, " (", pkgInfo.name, ") using ", backend,
|
||||||
" backend...")
|
" backend...")
|
||||||
doCmd(getNimBin() & " $# --noBabelPath $# \"$#\"" %
|
doCmd("\"" & getNimBin() & "\" $# --noBabelPath $# \"$#\"" %
|
||||||
[backend, args, bin])
|
[backend, args, bin])
|
||||||
|
|
||||||
proc search(options: Options) =
|
proc search(options: Options) =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue