This commit is contained in:
parent
99bd7d9ad1
commit
01bc17ac7c
1 changed files with 1 additions and 3 deletions
|
|
@ -128,14 +128,12 @@ namespace Crafter {
|
||||||
std::cout << "1" << std::endl;
|
std::cout << "1" << std::endl;
|
||||||
|
|
||||||
std::string libcxx = std::getenv("LIBCXX_DIR");
|
std::string libcxx = std::getenv("LIBCXX_DIR");
|
||||||
libcxx.pop_back();
|
|
||||||
libcxx.pop_back();
|
|
||||||
|
|
||||||
std::cout << "2" << std::endl;
|
std::cout << "2" << std::endl;
|
||||||
|
|
||||||
std::string stdPcm = std::format("{}\\{}\\std.pcm", exeDir.string(), config.target);
|
std::string stdPcm = std::format("{}\\{}\\std.pcm", exeDir.string(), config.target);
|
||||||
std::cout << "3" << std::endl;
|
std::cout << "3" << std::endl;
|
||||||
std::string stdcppm = std::format("{}\\modules\\c++\v1\\std.cppm", libcxx);
|
std::string stdcppm = std::format("{}\\modules\\c++\\v1\\std.cppm", libcxx);
|
||||||
std::cout << stdcppm << std::endl;
|
std::cout << stdcppm << std::endl;
|
||||||
|
|
||||||
if(!fs::exists(stdPcm) || fs::last_write_time(stdPcm) < fs::last_write_time(stdcppm)) {
|
if(!fs::exists(stdPcm) || fs::last_write_time(stdPcm) < fs::last_write_time(stdcppm)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue