aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index cd246af8..209758fe 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -211,6 +211,9 @@ else
211 ifeq (Linux,$(TARGET_SYS)) 211 ifeq (Linux,$(TARGET_SYS))
212 TARGET_XLIBS+= -ldl 212 TARGET_XLIBS+= -ldl
213 endif 213 endif
214 ifeq (GNU/kFreeBSD,$(TARGET_SYS))
215 TARGET_XLIBS+= -ldl
216 endif
214endif 217endif
215endif 218endif
216 219