Remove deprecated -undefined dynamic_lookup
Instead, use ${PLUGIN_LDFLAGS_BUNDLE_LOADER} when building a .bundle, which can then be set to -bundle_loader path_to_executable.
This commit is contained in:
parent
f4f8be325a
commit
9462fbe785
2 changed files with 2 additions and 1 deletions
|
@ -296,6 +296,7 @@ ${PLUGIN} ${PLUGIN_NOINST}: ${EXT_DEPS} ${PLUGIN_OBJS}
|
|||
if @LINK_PLUGIN@; then \
|
||||
${LINK_OK}; \
|
||||
else \
|
||||
rm -fr $$out; \
|
||||
${LINK_FAILED}; \
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue