Skip to content

Commit

Permalink
make build_all.sh use build_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Feb 18, 2022
1 parent 3fdd152 commit 46201d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_all_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ powerpc64-linux-musl

for item in $targets
do
echo "$version.$rev $item"
zig build -Dtarget=$item -Duse-full-name -Dversion=$version --prefix . -Drelease
./build_release.sh $item
done

0 comments on commit 46201d2

Please sign in to comment.