This commit is contained in:
parent
79818f1375
commit
d465442f8d
3 changed files with 8 additions and 8 deletions
|
|
@ -75,8 +75,8 @@ namespace Crafter {
|
|||
std::cout << "before auto" << std::endl;
|
||||
AutoDetect();
|
||||
std::cout << "auto" << std::endl;
|
||||
std::cout << std::format("{} clang-cl.exe -print-target-triple", vsVars) << std::endl;
|
||||
target = RunCommand(std::format("{} clang-cl.exe -print-target-triple", vsVars));
|
||||
std::cout << std::format("{} && clang-cl.exe -print-target-triple", vsVars) << std::endl;
|
||||
target = RunCommand(std::format("{} && clang-cl.exe -print-target-triple", vsVars));
|
||||
std::cout << target << std::endl;
|
||||
#endif
|
||||
target.pop_back();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue