authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-12-15 02:28:23 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-12-15 02:28:23 -08:00
log9abce3b8daa89c643896d73ec8ff968a4b832abb
tree87d12cba95dc7b021daf2caf7c68f374164abcf8
parenta7dd5ec7b3ecf39e4ced649d0b1c5ea318076c8b

build_all_zig.sh: change libc from gnu to musl for linux targets


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

build_all_zig.sh+2-2
...@@ -7,8 +7,8 @@ version=${CIRCLE_BUILD_NUM-$date}...@@ -7,8 +7,8 @@ version=${CIRCLE_BUILD_NUM-$date}
7tag=v$version.$(git log --format=%h -1)7tag=v$version.$(git log --format=%h -1)
88
9targets="9targets="
10aarch64-linux-gnu10aarch64-linux-musl
11x86_64-linux-gnu11x86_64-linux-musl
12x86_64-windows-gnu12x86_64-windows-gnu
13x86_64-macos-gnu13x86_64-macos-gnu
14"14"