aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-01-30 19:03:41 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2022-02-07 00:03:27 +0100
commit8de901ccf7e2b227bd970e9c477f00c15ce6aae9 (patch)
treefe6d2b8290a27601b6827a0a29a71ee9aef73813 /tools/Makefile
parent4c42e2d9dda739baa6a144cdb009aef1a33824a0 (diff)
downloadupstream-8de901ccf7e2b227bd970e9c477f00c15ce6aae9.tar.gz
upstream-8de901ccf7e2b227bd970e9c477f00c15ce6aae9.tar.bz2
upstream-8de901ccf7e2b227bd970e9c477f00c15ce6aae9.zip
tools/zstd: update to 1.5.2
Switched to building with meson as it's faster and does not need a dependency on cmake, which takes a long time to build. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 681344a014..0950f3aee1 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -74,7 +74,7 @@ $(curdir)/sdcc/compile := $(curdir)/bison/compile
$(curdir)/squashfs/compile := $(curdir)/lzma-old/compile
$(curdir)/squashfskit4/compile := $(curdir)/xz/compile $(curdir)/zlib/compile
$(curdir)/zlib/compile := $(curdir)/cmake/compile
-$(curdir)/zstd/compile := $(curdir)/cmake/compile
+$(curdir)/zstd/compile := $(curdir)/meson/compile
ifneq ($(HOST_OS),Linux)
$(curdir)/squashfskit4/compile += $(curdir)/coreutils/compile