mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-14 00:06:46 +00:00
apk: disable python module
APK recently introduced python binding support. Disable this sub module as we don't ship python in normal build to reduce space. Link: https://github.com/openwrt/openwrt/pull/17925 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
83d2d21904
commit
3a1c19fd6b
@ -61,6 +61,7 @@ MESON_COMMON_ARGS = \
|
||||
-Ddefault_library=static \
|
||||
-Durl_backend=wget \
|
||||
-Dzstd=false \
|
||||
-Dpython=disabled \
|
||||
-Dtests=disabled
|
||||
|
||||
MESON_HOST_ARGS += \
|
||||
|
Loading…
x
Reference in New Issue
Block a user