authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-14 20:39:00 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-14 20:39:00 -08:00
logb398ef7a3987804037f6493c387489e33d50c5ae
tree3f846c2b1e9d5b54f151744abd88150cd553db39
parent9fb1e6203dc3346165b0678961b7ebda718a8a68

build_all_zig- print version too


1 files changed, 1 insertions(+), 1 deletions(-)

build_all_zig.sh+1-1
......@@ -8,6 +8,6 @@ tag=v$version-$(git log --format=%h -1)
88
99for item in $(zig targets | jq --raw-output '.libc[]' | grep gnu$ | grep x86_64)
1010do
11 echo $item
11 echo "$tag-$item"
1212 zig build -Dtarget=$item -Drelease -Duse-full-name -Dtag=$tag
1313done