Override babelPath when building.
Also updated todo.
This commit is contained in:
parent
e163ee979b
commit
fda66997ba
2 changed files with 2 additions and 11 deletions
|
|
@ -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] =
|
||||
|
|
|
|||
|
|
@ -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?
|
||||
* Install only .nim files when installing library packages?
|
||||
Loading…
Add table
Add a link
Reference in a new issue