Skip to content

Commit

Permalink
apk: explicitly enable help
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
KanjiMonster committed Nov 14, 2024
1 parent 954d2ad commit b67db1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/system/apk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ MESON_VARS+=VERSION=$(PKG_VERSION)
MESON_COMMON_ARGS = \
-Dcompressed-help=false \
-Ddocs=disabled \
-Dhelp=enabled \
-Dlua_version=5.1 \
-Durl_backend=wget \
-Dzstd=false
Expand Down

0 comments on commit b67db1b

Please sign in to comment.