Skip to content

Commit

Permalink
Update build_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iceberg63 authored Jan 6, 2021
1 parent f2379bf commit 1a80988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ case `uname` in
# make package-linux
# make ARCH=arm64 package-linux
# make ARCH=arm package-linux
make package-darwin
make ARCH=arm64 package-darwin
make package-darwin-release
make ARCH=arm64 package-darwin-release
;;
*)
echo "Unsupported OS: `uname`"
Expand Down

0 comments on commit 1a80988

Please sign in to comment.