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
|
#endif
|
||||||
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
|
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
|
||||||
AutoDetect();
|
AutoDetect();
|
||||||
std::cout << clangClDir << std::endl;
|
target = RunCommand(std::format("{} clang-cl.exe -print-target-triple", vsVars));
|
||||||
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
|
#endif
|
||||||
target.pop_back();
|
target.pop_back();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue