This commit is contained in:
Nishi 2026-05-09 16:20:44 +09:00
commit ae7ff555d9
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 250 additions and 31 deletions

View file

@ -4,5 +4,8 @@ const GCC = new pmake.POSIXCompiler();
GCC.target = "GCC";
GCC.description = "GCC/Clang";
GCC.cc = "gcc";
GCC.cxx = "g++";
pmake.register(GCC);
})();