mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
meson: use python3
meson supports python 3.5.3 and up only. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user