authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-03-04 22:27:33 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-03-04 22:27:33 -08:00
log98892594ab379af8539e8e251c59d85e06ab5b93
tree4a4055f222b9c89e03c169b18b437370ec7d4eb8
parent3eaef7e2a11745988b686329a0d4aa756a686fa0

build_all_zig.sh- fix x64 macos building on the ci


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

build_all_zig.sh+3
......@@ -18,8 +18,11 @@ x86_64-windows-gnu
1818x86_64-macos-gnu
1919"
2020
21export ZIG_SYSTEM_LINKER_HACK=1
22
2123for item in $targets
2224do
2325 echo "$tag-$item"
2426 zig build -Dtarget=$item -Duse-full-name -Dtag=$tag
27 echo
2528done