This commit is contained in:
parent
ae2d061282
commit
8b39ae15ed
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ namespace Crafter {
|
|||
}
|
||||
|
||||
std::string stdPcm = std::format("{}\\{}\\std.pcm", exeDir.string(), config.target);
|
||||
std::string stdcppm = std::format("{}\\modules\\c++\v1\\std.cppm", libcxx)
|
||||
std::string stdcppm = std::format("{}\\modules\\c++\v1\\std.cppm", libcxx);
|
||||
|
||||
if(!fs::exists(stdPcm) || fs::last_write_time(stdPcm) < fs::last_write_time(sourceFilePath)) {
|
||||
std::string result = RunCommand(std::format("clang++ --target={} -march=native -mtune=native -isystem %LIBCXX_DIR%\\include\\c++\\v1 -nostdinc++ -nostdlib++ -std=c++26 -Wno-reserved-identifier -Wno-reserved-module-identifier --precompile %LIBCXX_DIR%\\modules\\c++\v1\\std.cppm -o {}", config.target stdPcm));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue