diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2012-12-02 13:21:21 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2012-12-02 13:21:21 +0000 |
commit | fa198f5be1a2867a0a2fd6972e0465cf9f8a66ff (patch) | |
tree | 19a5ecee7222e35ef408e09c44b7f36f279f62f0 /config/nimrod.cfg | |
parent | d7adc7c3289feae7de617953452eb71fb75f40da (diff) | |
download | Nim-fa198f5be1a2867a0a2fd6972e0465cf9f8a66ff.tar.gz |
Fixes SSL httpclient and problems with hidden path splitting in OS.
Added babel's libs dir to Nimrod's path.
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 564a0d4a6..3ae38133d 100755 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -36,7 +36,7 @@ path="$lib/windows" path="$lib/posix" path="$lib/ecmas" path="$lib/pure/unidecode" -#recursivePath:"$home/.babel/lib" +path="$home/.babel/libs/" @if release or quick: obj_checks:off |