mirror of https://gitlab.com/nakst/essence
temporary
This commit is contained in:
parent
b617025460
commit
cc14790891
|
@ -611,6 +611,12 @@ void Start() {
|
|||
assert targetName != "";
|
||||
assert toolchainPrefix != "";
|
||||
|
||||
PrintStdErrHighlight("Building port: '%portName%'\n");
|
||||
PrintStdErrHighlight("Target name: '%targetName%'\n");
|
||||
PrintStdErrHighlight("Toolchain prefix: '%toolchainPrefix%'\n");
|
||||
PrintStdErrHighlight("Processors to use for compilation: '%processorCount%'\n");
|
||||
PrintStdErrHighlight("Skip yes checks: '%skipYesChecks%'\n");
|
||||
|
||||
for int i = 0; i < portNames:len(); i += 1 {
|
||||
if portNames[i] == portName || portName == "all" {
|
||||
portCallbacks[i]();
|
||||
|
|
Loading…
Reference in New Issue