changeset 29808:e0fded8bd7bb

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 24 Jun 2021 17:51:47 +0200
parents f4ccc941a941 (current diff) 89b8a7d7f75b (diff)
children 0c8a35802a1e
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4	Wed Jun 23 14:41:45 2021 +0200
+++ b/m4/acinclude.m4	Thu Jun 24 17:51:47 2021 +0200
@@ -2584,7 +2584,7 @@
       SH_LDFLAGS="-shared -Wl,-expect_unresolved -Wl,'*'"
     ;;
     *-*-darwin*)
-      DL_LDFLAGS="-bundle -undefined dynamic_lookup -bind_at_load -bundle_loader ${ac_top_build_prefix}libinterp/octave ${LDFLAGS}"
+      DL_LDFLAGS="-bundle -undefined dynamic_lookup -bind_at_load -bundle_loader ${ac_top_build_prefix}src/octave${EXEEXT} ${LDFLAGS}"
       dnl Contains variables that are defined and undefined at this point, so use
       dnl appropriate quoting to defer expansion of ${bindir} and ${version}.
       MKOCTFILE_DL_LDFLAGS='-bundle -undefined dynamic_lookup -bind_at_load -bundle_loader ${bindir}/octave-${version}'"${EXEEXT}"