Skip to content

Commit

Permalink
Recognize Visual Studio Build Tools installation
Browse files Browse the repository at this point in the history
Summary: Fixes facebook/buck2#377

Reviewed By: zertosh

Differential Revision: D48086697

fbshipit-source-id: 7081ce5a16e0d268cd7e957aab626ecb12187ff3
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Aug 4, 2023
1 parent 1e602d3 commit a86e49a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prelude/toolchains/msvc/vswhere.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def find_with_vswhere_exe():
vswhere_json = subprocess.check_output(
[
vswhere_exe,
"-products",
"*",
"-requires",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"-format",
Expand Down

0 comments on commit a86e49a

Please sign in to comment.