stuff
This commit is contained in:
parent
7278e994da
commit
0192d0a2fd
3 changed files with 6 additions and 13 deletions
|
|
@ -121,13 +121,13 @@ pmake.libs = function(target, if_str) {
|
|||
return targets.map(libs).flat();
|
||||
};
|
||||
|
||||
pmake.setSystem = function(target){
|
||||
pmake.setSystem = function(target) {
|
||||
pmake.system = pmake.systems[target];
|
||||
|
||||
if(pmake.system.init) pmake.system.init();
|
||||
};
|
||||
|
||||
pmake.setCompiler = function(target){
|
||||
pmake.setCompiler = function(target) {
|
||||
pmake.compiler = pmake.compilers[target];
|
||||
|
||||
if(pmake.compiler.init) pmake.compiler.init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue