Fixed directories with spaces causing problems during builds.
This commit is contained in:
parent
2caa500a80
commit
871a2c90b4
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ proc buildFromDir(pkgInfo: TPackageInfo, paths: seq[string]) =
|
|||
for bin in pkgInfo.bin:
|
||||
echo("Building ", pkginfo.name, "/", bin, " using ", pkgInfo.backend,
|
||||
" backend...")
|
||||
doCmd("nimrod $# -d:release $#" %
|
||||
doCmd("nimrod $# -d:release \"$#\"" %
|
||||
[pkgInfo.backend, args & realDir / bin.changeFileExt("nim")])
|
||||
|
||||
proc installFromDir(dir: string, latest: bool): string =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue