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 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";
|
std::string destinationFilePath = ".\\build\\std.cppm";
|
||||||
|
|
||||||
// Copy the file
|
// Copy the file
|
||||||
|
|
@ -334,7 +334,6 @@ namespace Crafter {
|
||||||
std::cout << "File copied successfully!" << std::endl;
|
std::cout << "File copied successfully!" << std::endl;
|
||||||
} catch (const std::exception& e) {
|
} catch (const std::exception& e) {
|
||||||
std::cerr << "Error copying file: " << e.what() << std::endl;
|
std::cerr << "Error copying file: " << e.what() << std::endl;
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
command += std::format(" -fprebuilt-module-path={} -fprebuilt-module-path={}", pcmDir.string(), exeDir.string());
|
command += std::format(" -fprebuilt-module-path={} -fprebuilt-module-path={}", pcmDir.string(), exeDir.string());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue