Add VS 2022 into error message
This commit is contained in:
parent
ecf72996ed
commit
7529c89bce
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +932,7 @@ fn link_natively<'a, B: ArchiveBuilder<'a>>(
|
|||
but `link.exe` was not found",
|
||||
);
|
||||
sess.note_without_error(
|
||||
"please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 \
|
||||
"please ensure that VS 2013, VS 2015, VS 2017, VS 2019 or VS 2022 \
|
||||
was installed with the Visual C++ option",
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue