Skip to content

Commit

Permalink
Needs a better solution
Browse files Browse the repository at this point in the history
Fails with:
```
make[2]: *** No rule to make target `-bundle_loader', needed by `libinterp/dldfcn/__delaunayn__.la'.  Stop.
```
  • Loading branch information
mmuetzel committed Sep 29, 2024
1 parent e2ad571 commit a869ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3053,7 +3053,7 @@ if test $link_all_deps = yes; then
dnl Contains variables that are defined and undefined at this point,
dnl so use appropriate quoting to defer expansion of
dnl ${abs_top_builddir}, ${bindir}, and ${version}.
OCT_LINK_DEPS="$OCT_LINK_DEPS "'-bundle_loader ${abs_top_builddir}/src/octave'"${EXEEXT}"
# OCT_LINK_DEPS="$OCT_LINK_DEPS "'-bundle_loader ${abs_top_builddir}/src/octave'"${EXEEXT}"
;;
esac
OCT_GUI_LINK_DEPS="libgui/liboctgui.la $OCT_LINK_DEPS"
Expand Down

0 comments on commit a869ab8

Please sign in to comment.