This commit is contained in:
parent
4aa53b14f6
commit
8b613a9f0f
3 changed files with 5 additions and 3 deletions
|
|
@ -75,7 +75,8 @@ 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", vsVars));
|
||||
target = "x86_64-pc-windows-msvc";
|
||||
//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