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 /build.bat | |
parent | faed98d21573feec1beceb9149eab249cc44a6f4 (diff) | |
download | Nim-42d0911d6a1daa60cfe0dcd2cf8c403083f6ca65.tar.gz |
nimbuild should work again
Diffstat (limited to 'build.bat')
-rwxr-xr-x | build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat index 6582f957c..2795fe5cb 100755 --- a/build.bat +++ b/build.bat @@ -3,7 +3,7 @@ REM Generated by niminst SET CC=gcc SET LINKER=gcc SET COMP_FLAGS=-w -O3 -fno-strict-aliasing -SET LINK_FLAGS=-lsocket -lnsl +SET LINK_FLAGS= REM call the compiler: |