summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-07-04 23:51:24 -0700
committerAraq <rumpf_a@web.de>2013-07-04 23:51:24 -0700
commitebd45529c169dbdc6fca919230f5f7f2fbf9b760 (patch)
tree03d3ead196d8c0af5ac8429eecf15ae50be76485
parentc61488cf9d13c0a05fda0de962d008a85b37a1cc (diff)
parent72ec035eba04cd50e7e6216b0d83d93898f74dea (diff)
downloadNim-ebd45529c169dbdc6fca919230f5f7f2fbf9b760.tar.gz
Merge pull request #509 from EXetoC/patch-1
Modify babelpath
-rw-r--r--config/nimrod.cfg2
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: