This commit is contained in:
parent
2633ef9224
commit
8500180c50
1 changed files with 1 additions and 2 deletions
|
|
@ -325,7 +325,7 @@ namespace Crafter {
|
|||
|
||||
std::string msvcVersion = folders.front();
|
||||
|
||||
std::string sourceFilePath = directoryPath + "\\" + latestVersionFolder + "\\modules\\std.ixx";
|
||||
std::string sourceFilePath = directoryPath + "\\" + msvcVersion + "\\modules\\std.ixx";
|
||||
std::string destinationFilePath = ".\\build\\std.cppm";
|
||||
|
||||
// Copy the file
|
||||
|
|
@ -334,7 +334,6 @@ namespace Crafter {
|
|||
std::cout << "File copied successfully!" << std::endl;
|
||||
} catch (const std::exception& e) {
|
||||
std::cerr << "Error copying file: " << e.what() << std::endl;
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
command += std::format(" -fprebuilt-module-path={} -fprebuilt-module-path={}", pcmDir.string(), exeDir.string());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue