diff options
author | Araq <rumpf_a@web.de> | 2011-06-10 02:25:43 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-10 02:25:43 +0200 |
commit | 988de05707ef66ac522542011b1f864a74ee7de2 (patch) | |
tree | cedb6e32213a4ec15bf9b5cada8279d73c967c5f /config | |
parent | 47caccabeb8d2349b73b333bcce3b17b36dbc7c1 (diff) | |
download | Nim-988de05707ef66ac522542011b1f864a74ee7de2.tar.gz |
fixed system.nim to use the proper getTypeInfo magic
Diffstat (limited to 'config')
-rwxr-xr-x | config/nimrod.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg index fd1142c3a..32849a68a 100755 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -7,7 +7,7 @@ # @putenv "key" "val" # Environment variables cannot be used in the options, however! -cc = clang +cc = gcc @if nim: # use the old fixed library for bootstrapping with Nim: |