summary refs log tree commit diff stats
path: root/build.bat
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-11-01 01:11:48 +0100
committerAraq <rumpf_a@web.de>2012-11-01 01:11:48 +0100
commit42d0911d6a1daa60cfe0dcd2cf8c403083f6ca65 (patch)
tree725312d68f74d603a2cdd28642c90d87246fb143 /build.bat
parentfaed98d21573feec1beceb9149eab249cc44a6f4 (diff)
downloadNim-42d0911d6a1daa60cfe0dcd2cf8c403083f6ca65.tar.gz
nimbuild should work again
Diffstat (limited to 'build.bat')
-rwxr-xr-xbuild.bat2
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: