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:
@@ -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でのコンパイルの注意点
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user