We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec36bb commit 15b9f2fCopy full SHA for 15b9f2f
examples/Makefile
@@ -84,7 +84,7 @@ mex-double: mex
84
.PHONY: mex mex-double
85
86
%.mex: %.cpp
87
- CXXFLAGS="$(CXXFLAGS)" mkoctfile --mex $< $(CPPFLAGS)
+ CXXFLAGS="$(CXXFLAGS)" mkoctfile --mex $< $(CPPFLAGS) $(LDFLAGS)
88
$(RM) $*.o
89
90
clean: clean-mex
0 commit comments