Skip to content

Commit

Permalink
fix windows matlab pat
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 24, 2023
1 parent 7df4360 commit cf8b9d4
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 @@ -54,7 +54,7 @@ ifeq ($(findstring _NT-,$(PLATFORM)), _NT-)
CPPOPT =-c
EXESUFFIX=
DLLFLAG=
MEXLINKLIBS=-L"$$LIBPATH/$$MW_TARGET_ARCH" -llibmx -llibmex
MEXLINKLIBS=-L'\$$LIBLOC' -llibmx -llibmex
else ifeq ($(findstring Darwin,$(PLATFORM)), Darwin)

else
Expand Down

0 comments on commit cf8b9d4

Please sign in to comment.