diff --git a/justfile b/justfile index 1e267ed..0c45fc9 100644 --- a/justfile +++ b/justfile @@ -2,4 +2,4 @@ _: @just --list build-linux-musl-with-zig: - cargo zigbuild --release --target x86_64-unknown-linux-musl + cargo zigbuild --release --target x86_64-unknown-linux-musl --features use_zip