Properly compile on Debian kFreeBSD.

This commit is contained in:
Mike Pall
2009-12-20 18:41:55 +01:00
parent a1d4d05f2c
commit 34d716947c
2 changed files with 4 additions and 1 deletions

View File

@@ -211,6 +211,9 @@ else
ifeq (Linux,$(TARGET_SYS))
TARGET_XLIBS+= -ldl
endif
ifeq (GNU/kFreeBSD,$(TARGET_SYS))
TARGET_XLIBS+= -ldl
endif
endif
endif