Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Very small improvement on the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Stein committed Feb 18, 2021
1 parent 9b0ca38 commit 7a74872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

cargo build --release --target x86_64-unknown-linux-musl
cargo build --release --bins --target x86_64-unknown-linux-musl

cargo build --release --target x86_64-pc-windows-gnu
cargo build --release --bins --target x86_64-pc-windows-gnu

0 comments on commit 7a74872

Please sign in to comment.