Skip to content

Commit

Permalink
devel/zls: unbreak with non-empty WITH_DEBUG
Browse files Browse the repository at this point in the history
Cannot run step 'yes' because it does not exist
  • Loading branch information
jbeich committed Jan 5, 2022
1 parent 17c8fc7 commit 5aeec12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/zls/Makefile
Expand Up @@ -17,7 +17,7 @@ GH_TUPLE= ziglibs:known-folders:0.7.0-15-g9db1b99:known_folders/src/known-folder
ziglibs:zinput:0.1.0-19-g5e0d781:zinput/src/zinput
MAKE_ENV= DESTDIR="${STAGEDIR}"
CONFIGURE_ARGS= --prefix "${PREFIX}" \
${WITH_DEBUG:U-Drelease-fast=true} \
${WITH_DEBUG:D:U-Drelease-fast} \
--verbose
NO_INSTALL= yes # strip(1) breaks runtime
PLIST_FILES= bin/${PORTNAME} \
Expand Down

0 comments on commit 5aeec12

Please sign in to comment.