Skip to content

Commit

Permalink
Update the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Dec 20, 2020
1 parent 868eaa7 commit ff4b054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ echo "Building v${VERSION} for Mac OS..."
cargo build --release --target=x86_64-apple-darwin

echo "Building v${VERSION} for Linux AMD64..."
cargo build --release --target=x86_64-unknown-linux-musl
CROSS_COMPILE=x86_64-linux-musl cargo build --release --target=x86_64-unknown-linux-musl

0 comments on commit ff4b054

Please sign in to comment.