diff --git a/Makefile b/Makefile index 8bd95d3a..6a27c82c 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ ifneq (,$(findstring mingw,$(shell $(CXX) --version))) endif ifeq (1, $(MINGW)) - LDLIBS := $(subst -lrt ,,$(LDLIBS)) + LDLIBS := $(subst -lrt,,$(LDLIBS)) CXX = x86_64-w64-mingw32-g++-posix CC = x86_64-w64-mingw32-gcc-posix AR = x86_64-w64-mingw32-ar