diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
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 | ||
| 360 | endif | 363 | endif |
| 361 | endif | 364 | endif |
| 362 | endif | 365 | endif |
