Skip to content

Commit

Permalink
Update installer readme for MSVC linker default
Browse files Browse the repository at this point in the history
  • Loading branch information
piepie62 committed Oct 15, 2022
1 parent 4d0f524 commit 8f82047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bezel Mod Loader Installer
### Compilation
Should be as simple as `cargo build --release`. Note that the target defaults to `i686-pc-windows-gnu`, which requires x86 mingw to be installed.
Should be as simple as `cargo build --release`. Note that the target defaults to `i686-pc-windows-msvc`, which requires MSVC to be installed.
There likely isn't a point in building it for non-Windows targets, as it relies on getting %APPDATA% from environment variables.

0 comments on commit 8f82047

Please sign in to comment.