Skip to content

Commit

Permalink
use another way to escape
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 23, 2023
1 parent a6ab087 commit 3ac6500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ oct: LINKOPT+=--mex $(INCLUDEDIRS)
mex: CXX=$(MEX)
mex: OUTPUTFLAG:=-output
mex: AR=$(MEX) zmat.cpp $(INCLUDEDIRS)
mex: LINKOPT+= -cxx CXXLIBS="\$$CXXLIBS $(MEXLINKOPT) $(LIBZLIB)" -outdir $(ZMATDIR)
mex: LINKOPT+= -cxx CXXLIBS="$$CXXLIBS $(MEXLINKOPT) $(LIBZLIB)" -outdir $(ZMATDIR)
mex: ARFLAGS :=
mex: OUTPUT_DIR=..

Expand Down

0 comments on commit 3ac6500

Please sign in to comment.