Skip to content

Commit b67db1b

Browse files
committed
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 <[email protected]>
1 parent 954d2ad commit b67db1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/system/apk/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ MESON_VARS+=VERSION=$(PKG_VERSION)
5555
MESON_COMMON_ARGS = \
5656
-Dcompressed-help=false \
5757
-Ddocs=disabled \
58+
-Dhelp=enabled \
5859
-Dlua_version=5.1 \
5960
-Durl_backend=wget \
6061
-Dzstd=false

0 commit comments

Comments
 (0)