diff --git a/config-user.mk.acr b/config-user.mk.acr index 18b557f2ac..76c94a9875 100644 --- a/config-user.mk.acr +++ b/config-user.mk.acr @@ -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