This commit is contained in:
parent
ec025086d1
commit
332467a93b
1 changed files with 1 additions and 3 deletions
|
|
@ -73,9 +73,7 @@ namespace Crafter {
|
|||
#endif
|
||||
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
|
||||
AutoDetect();
|
||||
std::cout << clangClDir << std::endl;
|
||||
std::cout << std::format("\"{}\\clang-cl.exe\" -print-target-triple", clangClDir) << std::endl;
|
||||
target = RunCommand(std::format("\"{}\\clang-cl.exe\" -print-target-triple", clangClDir));
|
||||
target = RunCommand(std::format("{} clang-cl.exe -print-target-triple", vsVars));
|
||||
#endif
|
||||
target.pop_back();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue