separate NO_DYNAMIC_LIST option
This commit is contained in:
parent
2a17d87572
commit
4a641ddf43
7
makefile
7
makefile
@ -79,7 +79,12 @@ ifeq ($(origin FFI),command line)
|
|||||||
custom = 1
|
custom = 1
|
||||||
endif
|
endif
|
||||||
ifneq ($(i_FFI),0)
|
ifneq ($(i_FFI),0)
|
||||||
i_LD_LIBS += -ldl -Wl,--dynamic-list=include/syms
|
i_LD_LIBS += -ldl
|
||||||
|
ifneq ($(NO_DYNAMIC_LIST),1)
|
||||||
|
i_LD_LIBS += -Wl,--dynamic-list=include/syms
|
||||||
|
else
|
||||||
|
custom = 1
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(i_FFI),2)
|
ifeq ($(i_FFI),2)
|
||||||
i_LD_LIBS += -lffi
|
i_LD_LIBS += -lffi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user