Skip to content

Commit

Permalink
let windows ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 12, 2023
1 parent ac893cd commit 7d24e5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ else
endif
endif

MEXLINKLIBS:=-L"\$$TMW_ROOT\$$MATLABROOT/extern/lib/\$$ARCH" -L"\$$TMW_ROOT\$$MATLABROOT/bin/\$$ARCH" -lmx -lmex $(LINKOPT)
ifneq ($(findstring _NT-,$(PLATFORM)), _NT-)
MEXLINKLIBS:=-L"\$$TMW_ROOT\$$MATLABROOT/extern/lib/\$$ARCH" -L"\$$TMW_ROOT\$$MATLABROOT/bin/\$$ARCH" -lmx -lmex $(LINKOPT)
endif


ifneq (,$(filter mex,$(MAKECMDGOALS)))
Expand Down

0 comments on commit 7d24e5a

Please sign in to comment.