Revert --babelPath override.
This commit is contained in:
parent
de39680792
commit
51afc90dc5
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 --babelPath:\"\" $# \"$#\"" %
|
doCmd("nimrod $# -d:release $# \"$#\"" %
|
||||||
[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