Skip to content

Commit

Permalink
Actually override OCT_LINK_DEPS when building .mex files?
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Sep 30, 2024
1 parent 2b8290d commit aac8cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mex/module.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ MKMEXFILELDFLAGS = \
-L$(top_builddir)/libmex/.libs

MKMEXFILE = \
OCT_LINK_DEPS="" \
OCT_LINK_DEPS=" " \
DL_LDFLAGS="$(DL_LDFLAGS)" \
$(top_builddir)/src/mkoctfile --mex $(MKMEXFILECPPFLAGS) $(MKMEXFILELDFLAGS)

Expand Down

0 comments on commit aac8cf3

Please sign in to comment.