common/build-style/zig-build.sh: add --verbose flag

This commit is contained in:
tranzystorekk 2024-09-29 11:21:29 +02:00
parent c977885037
commit cd36d66c3d
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ do_build() {
--global-cache-dir /host/zig \
--libc xbps_zig_libc.txt \
--release=safe \
--verbose \
-Dtarget="${zig_target}" -Dcpu="${zig_cpu}" \
install \
${configure_args}