mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
try to keep libzstd.a "as is" once created
to be compatible with scenarios such as `make -j allmost`
This commit is contained in:
parent
7c495e8ea2
commit
9648bf027b
4 changed files with 13 additions and 15 deletions
|
|
@ -229,7 +229,7 @@ $(BUILD_DIR)/zstd : $(ZSTD_OBJ)
|
|||
@echo "$(LZMA_MSG)"
|
||||
@echo "$(LZ4_MSG)"
|
||||
@echo LINK $@
|
||||
$(CC) $(FLAGS) $^ -o $@$(EXT) $(LDFLAGS)
|
||||
$(LINK.o) $^ -o $(LDLIBS) $@$(EXT)
|
||||
|
||||
ifeq ($(HAVE_HASH),1)
|
||||
SRCBIN_HASH = $(shell cat $(BUILD_DIR)/zstd 2> $(VOID) | $(HASH) | cut -f 1 -d " ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue