diff options
author | Araq <rumpf_a@web.de> | 2012-12-11 20:06:15 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-11 20:06:15 +0100 |
commit | c98696d7428346b53c8998bf8fab77fe08830e2e (patch) | |
tree | f28cfd250d0b64fe5c5259908df52fdf5d9c8366 /config/nimrod.cfg | |
parent | a840a4ce53c2344f77c6e07b4f8cbed0af2820dd (diff) | |
download | Nim-c98696d7428346b53c8998bf8fab77fe08830e2e.tar.gz |
lazy paths for Babel support
Diffstat (limited to 'config/nimrod.cfg')
-rwxr-xr-x | config/nimrod.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg index 9db13e836..ea3d11a0e 100755 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -33,7 +33,7 @@ path="$lib/ecmas" path="$lib/pure/unidecode" @if nimbabel: - babelpath="$home/.babel/libs/" + babelpath="$home/babeltest/" @end @if release or quick: |