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