meson: match other python/devel packages by using makeinstall_host

This commit is contained in:
Rudi Heitbaum 2023-08-01 14:26:06 +00:00
parent 7d41dab291
commit 122dc4e85c

View File

@ -11,7 +11,7 @@ PKG_DEPENDS_HOST="Python3:host"
PKG_LONGDESC="High productivity build system"
PKG_TOOLCHAIN="manual"
make_host() {
makeinstall_host() {
export DONT_BUILD_LEGACY_PYC=1
python3 setup.py build
}