diff --git a/Makefile b/Makefile index 8ab9d450c..7fe51673b 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ endif endif # LIBS := -ldl -lrt -LIBS := -ldl +LIBS += -ldl ifneq ($(findstring Darwin, $(shell uname)), Darwin) LIBS += -lrt endif