Override babelPath when building.

Also updated todo.
This commit is contained in:
Dominik Picheta 2013-12-25 21:41:29 +00:00
commit fda66997ba
2 changed files with 2 additions and 11 deletions

View file

@ -270,7 +270,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 --babelPath:\"\" $# \"$#\"" %
[pkgInfo.backend, args, realDir / bin.changeFileExt("nim")])
proc installFromDir(dir: string, latest: bool, options: TOptions, url: string): seq[string] =