summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorrku <rokups@zoho.com>2015-07-31 17:18:16 +0300
committerrku <rokups@zoho.com>2015-07-31 17:59:50 +0300
commit43bfda057b56d6c67222d4c86e3be90dd3f01e59 (patch)
tree45fd5d1b1934b698618d221334b172bfd23b1567 /config
parentdf0e1a515b40d09527f0ad7f5aafa226d3ff37a5 (diff)
downloadNim-43bfda057b56d6c67222d4c86e3be90dd3f01e59.tar.gz
Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/refCounting GCs.
Diffstat (limited to 'config')
-rw-r--r--config/nim.cfg1
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/"