Use python3

This commit is contained in:
ifurther 2021-05-30 03:09:05 +08:00
parent 2bae377ac0
commit a786379d9d
No known key found for this signature in database
GPG Key ID: 9A0323AECCC4A5E5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ PKG_MAINTAINER:=Andre Heider <a.heider@gmail.com>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=COPYING
HOST_BUILD_DEPENDS:=ninja/host
HOST_BUILD_DEPENDS:=ninja/host python3/host
include ../../lang/python/pypi.mk
include $(INCLUDE_DIR)/host-build.mk

View File

@ -37,7 +37,7 @@ MESON_VARS:=
MESON_ARGS:=
define Meson
$(2) $(STAGING_DIR_HOST)/bin/$(PYTHON) $(MESON_DIR)/meson.py $(1)
$(2) $(HOST_PYTHON3_BIN) $(MESON_DIR)/meson.py $(1)
endef
define Meson/CreateNativeFile