forked from pyrite-dev/pmake
wip
This commit is contained in:
parent
6ae9cf6e1e
commit
ae7ff555d9
5 changed files with 250 additions and 31 deletions
|
|
@ -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);
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue