diff --git a/src/babel.nim b/src/babel.nim index 2e650dad..28dda24f 100644 --- a/src/babel.nim +++ b/src/babel.nim @@ -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] = diff --git a/todo.markdown b/todo.markdown index e3a850f8..b206a7eb 100644 --- a/todo.markdown +++ b/todo.markdown @@ -1,13 +1,4 @@ * better config options, add config file -* commit hashes as versions for dependencies - * Perhaps add some easy way to distinguish between real versions and commit - maybe use ``@``; ``@c645asd``. * Stricter directory layouts. -* Stricter version allowance -- disallow any letters in version numbers. - -* A way to install specific versions of a package. * more package download methods - * Allow for proper versions of packages to download. Reuse 'version' field - in packages.json. -* Install only .nim files when installing library packages? -* Force disable --babelPath when building binary packages? \ No newline at end of file +* Install only .nim files when installing library packages? \ No newline at end of file