This commit is contained in:
parent
60404e393c
commit
76c08dcbfd
3 changed files with 44 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ namespace Crafter {
|
|||
target = RunCommand("clang -print-target-triple");
|
||||
#endif
|
||||
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
|
||||
GetPath();
|
||||
AutoDetect();
|
||||
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