mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
apk: explicitly enable help
Explicitly enable help so that the build will fail when an appropriate lua binary isn't found instead of silently disabling the feature. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
parent
954d2ad81b
commit
b67db1b0fc
@ -55,6 +55,7 @@ MESON_VARS+=VERSION=$(PKG_VERSION)
|
|||||||
MESON_COMMON_ARGS = \
|
MESON_COMMON_ARGS = \
|
||||||
-Dcompressed-help=false \
|
-Dcompressed-help=false \
|
||||||
-Ddocs=disabled \
|
-Ddocs=disabled \
|
||||||
|
-Dhelp=enabled \
|
||||||
-Dlua_version=5.1 \
|
-Dlua_version=5.1 \
|
||||||
-Durl_backend=wget \
|
-Durl_backend=wget \
|
||||||
-Dzstd=false
|
-Dzstd=false
|
||||||
|
Loading…
Reference in New Issue
Block a user