FreeBSD doesn't need -ldl.
This commit is contained in:
parent
d451c384e7
commit
aa81a59538
4
Makefile
4
Makefile
|
@ -59,10 +59,14 @@ else
|
||||||
|
|
||||||
ifeq ($(UNAME),OpenBSD)
|
ifeq ($(UNAME),OpenBSD)
|
||||||
OS_LIBS =
|
OS_LIBS =
|
||||||
|
else
|
||||||
|
ifeq ($(UNAME),FreeBSD)
|
||||||
|
OS_LIBS =
|
||||||
else
|
else
|
||||||
OS_LIBS = -ldl
|
OS_LIBS = -ldl
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
INCLUDES = -I. -Isimio -Iformats -Idrivers -Iutil -Iui
|
INCLUDES = -I. -Isimio -Iformats -Idrivers -Iutil -Iui
|
||||||
GCC_CFLAGS = -O1 -Wall -Wno-char-subscripts -ggdb
|
GCC_CFLAGS = -O1 -Wall -Wno-char-subscripts -ggdb
|
||||||
|
|
Loading…
Reference in New Issue