Skip to content

Commit

Permalink
Remove whitespace character preventing the removal -lrt from LDLIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rr0 committed Jan 17, 2024
1 parent 5da1122 commit a43fa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a43fa6f

Please sign in to comment.