zstd: drop PKG_TOOLCHAIN hardcoding - was already meson

This commit is contained in:
Rudi Heitbaum 2022-08-28 02:38:37 +00:00
parent 9d5b179fad
commit 0b00ecea05

View File

@ -10,7 +10,6 @@ PKG_URL="https://github.com/facebook/zstd/releases/download/v${PKG_VERSION}/${PK
PKG_DEPENDS_HOST="ccache:host meson:host ninja:host"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A fast real-time compression algorithm."
PKG_TOOLCHAIN="meson"
configure_package() {
PKG_MESON_SCRIPT="${PKG_BUILD}/build/meson/meson.build"