Commit bfa6aad2 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

ioping: link mingw without -lrt

Signed-off-by: default avatarKonstantin Khlebnikov <koct9i@gmail.com>
parent 030f913f
......@@ -27,6 +27,7 @@ CC=i686-w64-mingw32-gcc
STRIP=i686-w64-mingw32-strip
TARGET=win32
BINARY:=$(BINARY:=.exe)
LIBS=-lm
endif
all: $(BINARY)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment