fixed libzstd.dll compilation on mingw

and zstd linking
This commit is contained in:
Yann Collet
2020-10-22 11:52:19 -07:00
parent 91a8cb9559
commit e3867fb735
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ ifneq (,$(filter Windows%,$(OS)))
zstd : $(RES_FILE)
endif
zstd : $(BUILD_DIR)/zstd
$(Q)ln -sf $^ $@
$(Q)ln -sf $< $@
@echo zstd build completed
.PHONY: zstd-release