mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 04:51:19 +08:00
Use python3
This commit is contained in:
parent
2bae377ac0
commit
a786379d9d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user