diff options
author | rku <rokups@zoho.com> | 2015-07-31 17:18:16 +0300 |
---|---|---|
committer | rku <rokups@zoho.com> | 2015-07-31 17:59:50 +0300 |
commit | 43bfda057b56d6c67222d4c86e3be90dd3f01e59 (patch) | |
tree | 45fd5d1b1934b698618d221334b172bfd23b1567 /config | |
parent | df0e1a515b40d09527f0ad7f5aafa226d3ff37a5 (diff) | |
download | Nim-43bfda057b56d6c67222d4c86e3be90dd3f01e59.tar.gz |
Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/refCounting GCs.
Diffstat (limited to 'config')
-rw-r--r-- | config/nim.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/nim.cfg b/config/nim.cfg index 09864e0e5..9a2a4ff71 100644 --- a/config/nim.cfg +++ b/config/nim.cfg @@ -48,6 +48,7 @@ path="$lib/windows" path="$lib/posix" path="$lib/js" path="$lib/pure/unidecode" +path="$lib/arch" @if nimbabel: babelpath="$home/.babel/pkgs/" |