Revert --babelPath override.

This commit is contained in:
Dominik Picheta 2013-12-25 22:02:40 +00:00
commit 51afc90dc5

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