summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-01-18 02:22:01 +0100
committerAraq <rumpf_a@web.de>2011-01-18 02:22:01 +0100
commit66cfc851a1aeb9eb8d011a8e0c53b0f8ee83f770 (patch)
tree197c0b859516210ab9d32e8da958ed05a03bbe3f /config
parent0f743e01833290e2995756fbd459728b12d833be (diff)
downloadNim-66cfc851a1aeb9eb8d011a8e0c53b0f8ee83f770.tar.gz
basic thread support; still broken on Windows; untested on Mac OS X
Diffstat (limited to 'config')
-rwxr-xr-xconfig/nimrod.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg
index 122980348..4914d0993 100755
--- a/config/nimrod.cfg
+++ b/config/nimrod.cfg
@@ -1,5 +1,5 @@
 # Configuration file for the Nimrod Compiler.
-# (c) 2010 Andreas Rumpf
+# (c) 2011 Andreas Rumpf
 
 # Feel free to edit the default values as you need.
 
@@ -14,6 +14,7 @@ cc = gcc
   lib = "nimlib"
 @end
 
+path="$lib/core"
 path="$lib/pure"
 path="$lib/impure"
 path="$lib/wrappers"