Skip to content

Commit

Permalink
fix windows binary linking
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 12, 2023
1 parent 4d158b1 commit e02c777
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 @@ -96,7 +96,7 @@ ifeq ($(findstring _NT-,$(PLATFORM)), _NT-)
CUDA_STATIC=--cudart static $(NVCCOMP) -Xcompiler "-MT"
CPPOPT+=$(NVCCOMP)
ZLIBFLAG?=
ZMATLIB :=zmat/zmatlib.obj zmat/lz4/lz4.obj zmat/lz4/lz4hc.obj zmat/easylzma/*.obj zmat/easylzma/pavlov/*.obj
ZMATLIB :=zmat/zmatlib.o zmat/miniz/*.o zmat/lz4/lz4.o zmat/lz4/lz4hc.o zmat/easylzma/*.o zmat/easylzma/pavlov/*.o
USERLINKOPT:=${LIBRARIES} $(ZMATLIB) $(ZLIBFLAG)
MEXLINKLIBS="\$$LINKLIBS"
export CC CXX
Expand Down

0 comments on commit e02c777

Please sign in to comment.