Changing LIBS in Makefie.

This commit is contained in:
Alan Mishchenko 2014-11-03 16:15:26 -08:00
parent 93ad6e7dd4
commit 44b79db4b8
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ endif
endif
# LIBS := -ldl -lrt
LIBS := -ldl
LIBS += -ldl
ifneq ($(findstring Darwin, $(shell uname)), Darwin)
LIBS += -lrt
endif