mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-17 04:39:36 +00:00
Improve the DL_LIBS check in config-user (#18892)
This commit is contained in:
parent
d2628e46d6
commit
df953a4088
@ -48,15 +48,17 @@ LIBVERSION=@LIBVERSION@
|
||||
OSTYPE=@USEROSTYPE@
|
||||
BUILD_OS=@BUILD_OS@
|
||||
HOST_OS=@HOST_OS@
|
||||
# hack: must be fixed in acr
|
||||
ifeq ($(WANT_DYLINK),1)
|
||||
ifneq ($(OSTYPE),darwin)
|
||||
DL_LIBS=@DL_LIBS@
|
||||
endif
|
||||
|
||||
# workaround: must be fixed in acr
|
||||
ifeq ($(OSTYPE),qnx)
|
||||
DL_LIBS=
|
||||
endif
|
||||
else
|
||||
DL_LIBS=@DL_LIBS@
|
||||
endif
|
||||
|
||||
else
|
||||
# WANT_DYLINK=0
|
||||
DL_LIBS=
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user