Skip to content

Commit

Permalink
Update available targets in Building.md & Credit proxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
RinLovesYou committed Jan 7, 2024
1 parent 2b40a24 commit 2e53a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ Third-party Libraries used as Source Code and/or bundled in Binary Form:
- [ValueTupleBridge](https://github.com/OrangeCube/MinimumAsyncBridge) is licensed under the MIT License. See [LICENSE](https://github.com/OrangeCube/MinimumAsyncBridge/blob/master/LICENSE) for the full License.
- [WebSocketDotNet](https://github.com/SamboyCoding/WebSocketDotNet) is licensed under the MIT License. See [LICENSE](https://github.com/SamboyCoding/WebSocketDotNet/blob/master/LICENSE) for the full License.
- [Il2CppInterop](https://github.com/BepInEx/Il2CppInterop) is licensed under LGPLv3 License. See [LICENSE](https://github.com/BepInEx/Il2CppInterop/blob/master/LICENSE) for the full License.
- [proxygen](https://github.com/WarrenHood/proxygen) is licensed MIT License. See [LICENSE](https://github.com/WarrenHood/proxygen/blob/main/LICENSE-MIT) for the full License.


External Libraries and Tools that are downloaded and used at Runtime:
Expand Down
4 changes: 2 additions & 2 deletions docs/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ to build the rust parts, you can simply type `cargo build`, with the optional `-

The available architectures are:

* 64bit Windows: `--target=x86_64-pc-windows-msvc`
* 32bit Windows: `--target=i686-pc-windows-msvc`
* 64bit Windows: `--target=x86_64-pc-windows-msvc` (Bootstrap) & `--target=x86_64-pc-windows-gnu` (Proxy)
* 32bit Windows: `--target=i686-pc-windows-msvc` (Bootstrap) & `--target=i686-pc-windows-gnu` (Proxy)
* 64bit Linux: `--target=x86_64-unknown-linux-gnu`
* 64bit MacOS (not yet): `--target=x86_64-apple-darwin`

Expand Down

0 comments on commit 2e53a57

Please sign in to comment.