Skip to content

Commit

Permalink
compiles lzma on windows, #94
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed May 2, 2020
1 parent e56fa2b commit e7ce8f7
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 @@ -83,7 +83,7 @@ ifeq ($(findstring CYGWIN,$(PLATFORM)), CYGWIN)
CUCCOPT+=-Xcompiler "$(OMP) /W0"
CUDA_STATIC=--cudart static -Xcompiler $(OMP) -Xcompiler /MT
CPPOPT+=-Xcompiler $(OMP)
ZMATLIB :=zmat/zmatlib.obj zmat/lz4/lz4.obj zmat/lz4/lz4hc.obj
ZMATLIB :=zmat/zmatlib.obj zmat/lz4/lz4.obj zmat/lz4/lz4hc.obj zmat/easylzma/*.obj zmat/easylzma/pavlov/*.obj
USERLINKOPT:=$(ZMATLIB) -lzlib
else ifeq ($(findstring Darwin,$(PLATFORM)), Darwin)
CUDA_STATIC=--cudart static
Expand Down

0 comments on commit e7ce8f7

Please sign in to comment.