zstd: don't override make_host

There's no need for it, it only delays building until makeinstall
and messes up build time statistics.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2022-12-01 23:43:44 +01:00
parent 10db624f40
commit 9ee4ce2a23

View File

@ -33,7 +33,3 @@ configure_host() {
-DZSTD_BUILD_TESTS=OFF \
${PKG_CMAKE_SCRIPT%/*}
}
make_host() {
:
}