Skip to content

Commit

Permalink
link mmclab on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 19, 2018
1 parent a9f3dc8 commit feab0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commons/Makefile_common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ifeq ($(findstring x86_64,$(ARCH)), x86_64)
CCFLAGS+=-m64
endif

MEXLINKOPT +=$(OPENMPLIB)
MKMEX :=mex
MKMEXOPT =CC='$(CC)' CXX='$(CXX)' CXXFLAGS='$(CCFLAGS) $(USERCCFLAGS)' LDFLAGS='-L$$TMW_ROOT$$MATLABROOT/sys/os/$$ARCH $$LDFLAGS $(MEXLINKOPT)' $(FASTMATH) -cxx -outdir $(BINDIR) -liomp5
MKOCT :=mkoctfile
Expand Down

0 comments on commit feab0bd

Please sign in to comment.