diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2009-12-09 01:49:43 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2009-12-09 01:49:43 +0100 |
commit | 5d11292542c3e154ef84f261ca0461ce7d3ba4af (patch) | |
tree | 3d9453081a40865f4dab3dc4f58a0a9c3af04afd /config | |
parent | 93a140b904f3604dfb5b1dee773ac78d991aa49d (diff) | |
download | Nim-5d11292542c3e154ef84f261ca0461ce7d3ba4af.tar.gz |
Pascal version of compiler uses nimlib
Diffstat (limited to 'config')
-rwxr-xr-x | config/nimrod.cfg | 7 |
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" |