This commit is contained in:
parent
e7bd4c27b8
commit
79818f1375
1 changed files with 4 additions and 0 deletions
|
|
@ -72,8 +72,12 @@ namespace Crafter {
|
||||||
target = RunCommand("clang -print-target-triple");
|
target = RunCommand("clang -print-target-triple");
|
||||||
#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)
|
||||||
|
std::cout << "before auto" << std::endl;
|
||||||
AutoDetect();
|
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));
|
target = RunCommand(std::format("{} clang-cl.exe -print-target-triple", vsVars));
|
||||||
|
std::cout << target << std::endl;
|
||||||
#endif
|
#endif
|
||||||
target.pop_back();
|
target.pop_back();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue