diff --git a/implementations/Crafter.Build-Command.cpp b/implementations/Crafter.Build-Command.cpp index 2ee90df..ad3b160 100644 --- a/implementations/Crafter.Build-Command.cpp +++ b/implementations/Crafter.Build-Command.cpp @@ -151,10 +151,10 @@ namespace Crafter { std::string msvcVersion = folders.front(); - clDir = std::format("{}\\{}\\bin\\Hostx64\\x64", directoryPath, msvcVersion); + clDir = std::format("{}\\MSVC\\{}\\bin\\Hostx64\\x64", directoryPath, msvcVersion); clangClDir = std::format("{}\\Llvm\\x64\\bin", directoryPath); - std::string sourceFilePath = directoryPath + "\\" + msvcVersion + "\\modules\\std.ixx"; + std::string sourceFilePath = directoryPath + "\\MSVC\\" + msvcVersion + "\\modules\\std.ixx"; std::println("Auto-Detected:\nCL: {}Clang: {}\nstd.ixx: {}", clDir, clangClDir, sourceFilePath);