diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ endif endif # LIBS := -ldl -lrt -LIBS := -ldl +LIBS += -ldl ifneq ($(findstring Darwin, $(shell uname)), Darwin) LIBS += -lrt endif |