diff options
author | Araq <rumpf_a@web.de> | 2012-11-01 01:11:48 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-11-01 01:11:48 +0100 |
commit | 42d0911d6a1daa60cfe0dcd2cf8c403083f6ca65 (patch) | |
tree | 725312d68f74d603a2cdd28642c90d87246fb143 /compiler/nimrod.ini | |
parent | faed98d21573feec1beceb9149eab249cc44a6f4 (diff) | |
download | Nim-42d0911d6a1daa60cfe0dcd2cf8c403083f6ca65.tar.gz |
nimbuild should work again
Diffstat (limited to 'compiler/nimrod.ini')
-rwxr-xr-x | compiler/nimrod.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimrod.ini b/compiler/nimrod.ini index 3f820e505..ea98c743b 100755 --- a/compiler/nimrod.ini +++ b/compiler/nimrod.ini @@ -2,7 +2,7 @@ Name: "Nimrod" Version: "$version" ; Windows and i386 must be first! -OS: "windows;linux;macosx;freebsd;netbsd;openbsd;solaris" +OS: "windows;linux;macosx;solaris;freebsd;netbsd;openbsd" CPU: "i386;amd64;powerpc64;arm" # ;sparc Authors: "Andreas Rumpf" Description: """This is the Nimrod Compiler. Nimrod is a new statically typed, |