Added --noBabelPath to list of arguments when building.
This commit is contained in:
parent
240718d141
commit
4d8d3cb7b3
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ proc buildFromDir(pkgInfo: TPackageInfo, paths: seq[string]) =
|
||||||
for bin in pkgInfo.bin:
|
for bin in pkgInfo.bin:
|
||||||
echo("Building ", pkginfo.name, "/", bin, " using ", pkgInfo.backend,
|
echo("Building ", pkginfo.name, "/", bin, " using ", pkgInfo.backend,
|
||||||
" backend...")
|
" backend...")
|
||||||
doCmd("nimrod $# -d:release $# \"$#\"" %
|
doCmd("nimrod $# -d:release --noBabelPath $# \"$#\"" %
|
||||||
[pkgInfo.backend, args, realDir / bin.changeFileExt("nim")])
|
[pkgInfo.backend, args, realDir / bin.changeFileExt("nim")])
|
||||||
|
|
||||||
proc installFromDir(dir: string, latest: bool, options: TOptions, url: string): seq[string] =
|
proc installFromDir(dir: string, latest: bool, options: TOptions, url: string): seq[string] =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue