1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-06 16:56:49 +02:00

parallel make build on linux

fix #2474
This commit is contained in:
Yann Collet 2021-01-18 11:33:03 -08:00
parent 7e6c53c7fe
commit 0bad3e5c0f
2 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ else
endif
SET_CACHE_DIRECTORY = \
$(MAKE) --no-print-directory $@ \
+$(MAKE) --no-print-directory $@ \
BUILD_DIR=obj/$(HASH_DIR) \
CPPFLAGS="$(CPPFLAGS)" \
CFLAGS="$(CFLAGS)" \

View File

@ -194,7 +194,7 @@ endif
endif
SET_CACHE_DIRECTORY = \
$(MAKE) --no-print-directory $@ \
+$(MAKE) --no-print-directory $@ \
BUILD_DIR=obj/$(HASH_DIR) \
CPPFLAGS="$(CPPFLAGS)" \
CFLAGS="$(CFLAGS)" \