summaryrefslogtreecommitdiffstats
path: root/compile-all-targets.sh
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-02-16 15:21:08 +0100
committerCanop <cano.petrole@gmail.com>2020-02-16 15:21:08 +0100
commitd77d7097e60e5ecda977f7916b78b0a996972e28 (patch)
treec31aa2d91b72a0a2819160c782e7d4c7970f30b1 /compile-all-targets.sh
parentc35fd8ea84a0f6c441afd4c66edb631de123f1ae (diff)
version 0.13.2v0.13.2
Diffstat (limited to 'compile-all-targets.sh')
-rwxr-xr-xcompile-all-targets.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/compile-all-targets.sh b/compile-all-targets.sh
index ec6f81a..3a91bfd 100755
--- a/compile-all-targets.sh
+++ b/compile-all-targets.sh
@@ -27,7 +27,8 @@ cp "$(broot -c ":gi;release :focus;broot.bash :parent;:pp" target)/"* build/comp
# build the windows version
# You need first to install the proper cargo toolchain:
-# rustup target add x86_64-pc-windows-gnu
+# rustup target add x86_64-pc-windows-gnu
+# sudo apt install mingw-w64
echo "compiling the Windows version"
cargo build --target x86_64-pc-windows-gnu --release
mkdir build/x86_64-pc-windows-gnu/