File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
2+ set -x
23
34find target -mindepth 2 -not -path " */release/stringsext" \
45 -not -path " */release/stringsext.exe" \
Original file line number Diff line number Diff line change 11# !/bin/sh
2+ set -x
23rustup default stable
34rustup target add x86_64-unknown-linux-musl
45rustup target add i686-unknown-linux-musl
Original file line number Diff line number Diff line change 11rustup default stable
22rustup target add i686-pc-windows-gnu
3- rustup target add x86_64-pc-windows-gnu
3+ rustup target add x86_64-pc-windows-gnu
44
5- rustup default stable-i686-pc-windows-gnu
6- rustup set default-host i686-pc-windows-gnu
5+ rustup default stable-i686-pc-windows-gnu
6+ rustup set default-host i686-pc-windows-gnu
77cargo build --target i686-pc-windows-gnu --release
8-
9- rustup default stable-x86_64-pc-windows-gnu
10- rustup set default-host x86_64-pc-windows-gnu
8+
9+ rustup default stable-x86_64-pc-windows-gnu
10+ rustup set default-host x86_64-pc-windows-gnu
1111cargo build --target x86_64-pc-windows-gnu --release
You can’t perform that action at this time.
0 commit comments