Skip to content
Snippets Groups Projects
Verified Commit da5e61d3 authored by Jan Pavlinec's avatar Jan Pavlinec Committed by Josef Schlehofer
Browse files

patch/meson: fix meson.mk with python3

parent 197dba12
Branches
Tags
2 merge requests!176configs/common: allow setting hostapd debug level to highest level,!142Use ninja and meson from upstream and fix python3 in meson
From c371b302a5796d9c240e6aefa4fabcead79a7fbf Mon Sep 17 00:00:00 2001
From: Jan Pavlinec <jan.pavlinec@nic.cz>
Date: Wed, 8 Apr 2020 12:59:24 +0200
Subject: [PATCH] meson: fix python python to python3
---
devel/meson/meson.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/meson/meson.mk b/devel/meson/meson.mk
index 16c6b16..a93ae77 100644
--- a/devel/meson/meson.mk
+++ b/devel/meson/meson.mk
@@ -37,7 +37,7 @@ MESON_VARS:=
MESON_ARGS:=
define Meson
- $(2) $(STAGING_DIR_HOST)/bin/$(PYTHON) $(MESON_DIR)/meson.py $(1)
+ $(2) $(STAGING_DIR_HOSTPKG)/bin/python3 $(MESON_DIR)/meson.py $(1)
endef
define Meson/CreateNativeFile
--
2.17.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment