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:
Jonathan Schleifer 2018-02-07 23:38:16 +01:00
parent f4f8be325a
commit 9462fbe785
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
2 changed files with 2 additions and 1 deletions

View file

@ -296,6 +296,7 @@ ${PLUGIN} ${PLUGIN_NOINST}: ${EXT_DEPS} ${PLUGIN_OBJS}
if @LINK_PLUGIN@; then \
${LINK_OK}; \
else \
rm -fr $$out; \
${LINK_FAILED}; \
fi