From 7a74872ee54da1d1a666c4ce0fa74200e9ba30ec Mon Sep 17 00:00:00 2001 From: Alexandre Stein Date: Thu, 18 Feb 2021 19:19:59 +0100 Subject: [PATCH] Very small improvement on the build script --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index fc01c82..915dc86 100755 --- a/build.sh +++ b/build.sh @@ -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 \ No newline at end of file +cargo build --release --bins --target x86_64-pc-windows-gnu \ No newline at end of file