diff options
author | Araq <rumpf_a@web.de> | 2013-07-04 23:51:24 -0700 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-07-04 23:51:24 -0700 |
commit | ebd45529c169dbdc6fca919230f5f7f2fbf9b760 (patch) | |
tree | 03d3ead196d8c0af5ac8429eecf15ae50be76485 | |
parent | c61488cf9d13c0a05fda0de962d008a85b37a1cc (diff) | |
parent | 72ec035eba04cd50e7e6216b0d83d93898f74dea (diff) | |
download | Nim-ebd45529c169dbdc6fca919230f5f7f2fbf9b760.tar.gz |
Merge pull request #509 from EXetoC/patch-1
Modify babelpath
-rw-r--r-- | config/nimrod.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg index 18c746213..c50051086 100644 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -33,7 +33,7 @@ path="$lib/js" path="$lib/pure/unidecode" @if nimbabel: - babelpath="$home/.babel/libs/" + babelpath="$home/.babel/pkgs/" @end @if release or quick: |