Skip to content

Commit

Permalink
add additional path for libmx
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 24, 2023
1 parent 691d4e2 commit 05be0d6
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 @@ -34,7 +34,7 @@ DOXYCFG=zmat.cfg

INCLUDEDIRS=-I../include

MEXLINKLIBS=-L"\$$MATLABROOT/extern/lib/\$$ARCH" -lmx -lmex
MEXLINKLIBS=-L"\$$MATLABROOT/extern/lib/\$$ARCH" -L"\$$MATLABROOT/bin/\$$ARCH" -lmx -lmex

ARCH = $(shell uname -m)
PLATFORM = $(shell uname -s)
Expand Down

0 comments on commit 05be0d6

Please sign in to comment.