zint: fix build

This commit is contained in:
classabbyamp 2023-09-15 20:25:46 -04:00
parent 19adc62aef
commit 3cd46624fc
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ checksum=83c76873cda163537de4b937d390de42a8ae487e830e73212c4a74c8cc49ce65
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DZINT_TEST=ON"
else
configure_args+=" -ZINT_TEST=OFF"
configure_args+=" -DZINT_TEST=OFF"
fi
pre_check() {