summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2009-12-09 01:49:43 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2009-12-09 01:49:43 +0100
commit5d11292542c3e154ef84f261ca0461ce7d3ba4af (patch)
tree3d9453081a40865f4dab3dc4f58a0a9c3af04afd /config
parent93a140b904f3604dfb5b1dee773ac78d991aa49d (diff)
downloadNim-5d11292542c3e154ef84f261ca0461ce7d3ba4af.tar.gz
Pascal version of compiler uses nimlib
Diffstat (limited to 'config')
-rwxr-xr-xconfig/nimrod.cfg7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg
index c1ad11380..4927bd455 100755
--- a/config/nimrod.cfg
+++ b/config/nimrod.cfg
@@ -8,7 +8,12 @@
 # Environment variables cannot be used in the options, however!

 

 cc = gcc

-#lib="" # default can be overridden here

+
+@if nim: 
+  # use the old fixed library for bootstrapping with Nim:
+  lib = "nimlib"
+@end
+

 path="$lib/pure"

 path="$lib/impure"

 path="$lib/wrappers"