Skip to content

Commit

Permalink
remove CXX=mkoctfile to prevent infinite loop in octave 7, fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 15, 2022
1 parent 1ee0607 commit af61014
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,10 @@ dll: AROUTPUT :=-o

oct mex: CPPOPT+= $(DLLFLAG)
oct: OUTPUT_DIR=..
oct: AR= CXXFLAGS='-O3' LFLAGS='$(-lz)' LDFLAGS='$(LFLAGS)' mkoctfile zmat.cpp
oct: AR= CXXFLAGS='-O3' mkoctfile zmat.cpp
oct: BINARY=zmat.mex
oct: ARFLAGS :=
oct: LINKOPT+=--mex $(INCLUDEDIRS)
oct: CXX=mkoctfile

mex: CXX=$(MEX)
mex: OUTPUTFLAG:=-output
Expand Down

0 comments on commit af61014

Please sign in to comment.