Skip to content

Commit

Permalink
fix quotation mark issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 23, 2023
1 parent 4399014 commit 910be8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -146,7 +146,7 @@ dll: AROUTPUT :=-o

oct mex: CPPOPT+= $(DLLFLAG)
oct: OUTPUT_DIR=..
oct: AR= CXXFLAGS="-O3" LDFLAGS="$(MEXLINKOPT) $(LIBZLIB)" mkoctfile zmat.cpp
oct: AR= CXXFLAGS='-O3' LDFLAGS='$(MEXLINKOPT) $(LIBZLIB)' mkoctfile zmat.cpp
oct: BINARY=zmat.mex
oct: ARFLAGS :=
oct: LINKOPT+=--mex $(INCLUDEDIRS)
Expand Down

0 comments on commit 910be8b

Please sign in to comment.