Merge branch 'readme-update---32bit-cross-compile-add' of github.com:Yamato-Security/hayabusa into readme-update---32bit-cross-compile-add

This commit is contained in:
Alan Smithee
2022-03-02 18:29:31 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ rustup update
```bash
rustup install stable-i686-pc-windows-msvc
rustup target add i686-pc-windows-msvc
cargo build --release --target=stable-i686-pc-windows-msvc
rustup run stable-i686-pc-windows-msvc cargo build --release
```
## macOSでのコンパイルの注意点

View File

@@ -175,7 +175,7 @@ You can create 32-bit binaries on 64-bit Windows systems with the following:
```bash
rustup install stable-i686-pc-windows-msvc
rustup target add i686-pc-windows-msvc
cargo build --release --target=stable-i686-pc-windows-msvc
rustup run stable-i686-pc-windows-msvc cargo build --release
```
## Notes on compiling on macOS