aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index c83abfa0..5dd98a31 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -357,6 +357,9 @@ else
357 ifeq (GNU/kFreeBSD,$(TARGET_SYS)) 357 ifeq (GNU/kFreeBSD,$(TARGET_SYS))
358 TARGET_XLIBS+= -ldl 358 TARGET_XLIBS+= -ldl
359 endif 359 endif
360 ifeq (GNU,$(TARGET_SYS))
361 TARGET_XLIBS+= -ldl
362 endif
360endif 363endif
361endif 364endif
362endif 365endif