This commit is contained in:
parent
4714892072
commit
656de7a055
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ 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)
|
||||||
target = "x86_64-pc-windows-msvc";
|
target = "x86_64-pc-windows-msvc ";
|
||||||
//target = RunCommand(std::format("{} && clang-cl.exe -print-target-triple", vsVars));
|
//target = RunCommand(std::format("{} && clang-cl.exe -print-target-triple", vsVars));
|
||||||
#endif
|
#endif
|
||||||
target.pop_back();
|
target.pop_back();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue