Skip to content

Commit

Permalink
compile zmat on octave 5
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 24, 2019
1 parent a662701 commit 274ce37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compilezmat.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
mex zmat.cpp zmatlib.o easylzma/easylzma-0.0.8/lib/libeasylzma_s.a -Ieasylzma/easylzma-0.0.8/include -outdir ../ CXXLIBS='$CXXLIBS -lz'
else
mex -Ieasylzma/easylzma-0.0.8/include -c zmatlib.c
mex zmat.cpp zmatlib.o easylzma/easylzma-0.0.8/lib/libeasylzma_s.a -Ieasylzma/easylzma-0.0.8/include -o ../zmat
mex zmat.cpp zmatlib.o easylzma/easylzma-0.0.8/lib/libeasylzma_s.a -Ieasylzma/easylzma-0.0.8/include -o ../zmat -lz
end

0 comments on commit 274ce37

Please sign in to comment.