FreeBSD doesn't need -ldl.

This commit is contained in:
Tamas TEVESZ 2011-10-31 11:02:46 +13:00 committed by Daniel Beer
parent d451c384e7
commit aa81a59538
1 changed files with 4 additions and 0 deletions

View File

@ -59,9 +59,13 @@ else
ifeq ($(UNAME),OpenBSD)
OS_LIBS =
else
ifeq ($(UNAME),FreeBSD)
OS_LIBS =
else
OS_LIBS = -ldl
endif
endif
endif
INCLUDES = -I. -Isimio -Iformats -Idrivers -Iutil -Iui