This commit is contained in:
parent
236d4a8844
commit
1091890bf2
1 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ namespace Crafter {
|
|||
std::cout << stdPcm << std::endl;
|
||||
std::cout << stdcppm << std::endl;
|
||||
|
||||
std::string directoryPath = RunCommand("C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\vswhere.exe -latest -property installationPath") + "\\VC\\Tools";
|
||||
std::string directoryPath = RunCommand("\"C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\vswhere.exe\" -latest -property installationPath") + "\\VC\\Tools";
|
||||
|
||||
std::cout << directoryPath << std::endl;
|
||||
|
||||
|
|
@ -176,7 +176,7 @@ namespace Crafter {
|
|||
}
|
||||
|
||||
void AutoDetect() {
|
||||
std::string directoryPath = RunCommand("C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\vswhere.exe -latest -property installationPath") + "\\VC\\Tools";
|
||||
std::string directoryPath = RunCommand("\"C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\vswhere.exe\" -latest -property installationPath") + "\\VC\\Tools";
|
||||
|
||||
std::cout << directoryPath << std::endl;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue