Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/rust_windows_msvc/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ fi

dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq)

rustup target add x86_64-pc-windows-msvc

umask 002

rustup target add x86_64-pc-windows-msvc
if ! cargo install --list | grep "cargo-binstall" > /dev/null; then
cargo install cargo-binstall
cargo install xwin
else
cargo binstall xwin
fi

umask 002
cargo install xwin

xwin --accept-license splat --output /.xwin

mkdir /.cargo
Expand Down