diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-03-16 16:18:07 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-09 15:56:04 +0200 |
commit | 19f3fcc884cab348cfba823f1175baf7aa4de15f (patch) | |
tree | b540c8cddc4bd0a32567e06b7305d841b5264106 /tools/meson/files/openwrt-native.txt.in | |
parent | 56f091d4677feb693d37959a3fa4af845dcce82e (diff) | |
download | upstream-19f3fcc884cab348cfba823f1175baf7aa4de15f.tar.gz upstream-19f3fcc884cab348cfba823f1175baf7aa4de15f.tar.bz2 upstream-19f3fcc884cab348cfba823f1175baf7aa4de15f.zip |
tools/meson: update to 0.61.4
Override python to use the one in host instead of hostpkg. There's no
need to use the latter.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/meson/files/openwrt-native.txt.in')
-rw-r--r-- | tools/meson/files/openwrt-native.txt.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/meson/files/openwrt-native.txt.in b/tools/meson/files/openwrt-native.txt.in index eba63c00b1..48e09ece2c 100644 --- a/tools/meson/files/openwrt-native.txt.in +++ b/tools/meson/files/openwrt-native.txt.in @@ -3,6 +3,7 @@ c = [@CC@] cpp = [@CXX@] pkgconfig = '@PKGCONFIG@' cmake = '@CMAKE@' +python = '@PYTHON@' [built-in options] c_args = [@CFLAGS@] |