mirror of https://gitlab.com/nakst/essence
temporary
This commit is contained in:
parent
cc14790891
commit
7c930455b4
|
@ -611,11 +611,11 @@ void Start() {
|
||||||
assert targetName != "";
|
assert targetName != "";
|
||||||
assert toolchainPrefix != "";
|
assert toolchainPrefix != "";
|
||||||
|
|
||||||
PrintStdErrHighlight("Building port: '%portName%'\n");
|
// PrintStdErrHighlight("Building port: '%portName%'\n");
|
||||||
PrintStdErrHighlight("Target name: '%targetName%'\n");
|
// PrintStdErrHighlight("Target name: '%targetName%'\n");
|
||||||
PrintStdErrHighlight("Toolchain prefix: '%toolchainPrefix%'\n");
|
// PrintStdErrHighlight("Toolchain prefix: '%toolchainPrefix%'\n");
|
||||||
PrintStdErrHighlight("Processors to use for compilation: '%processorCount%'\n");
|
// PrintStdErrHighlight("Processors to use for compilation: '%processorCount%'\n");
|
||||||
PrintStdErrHighlight("Skip yes checks: '%skipYesChecks%'\n");
|
// PrintStdErrHighlight("Skip yes checks: '%skipYesChecks%'\n");
|
||||||
|
|
||||||
for int i = 0; i < portNames:len(); i += 1 {
|
for int i = 0; i < portNames:len(); i += 1 {
|
||||||
if portNames[i] == portName || portName == "all" {
|
if portNames[i] == portName || portName == "all" {
|
||||||
|
|
|
@ -4,7 +4,7 @@ str options #option;
|
||||||
str target #option;
|
str target #option;
|
||||||
|
|
||||||
void Start() {
|
void Start() {
|
||||||
SystemShellEnableLogging(false);
|
// SystemShellEnableLogging(false);
|
||||||
|
|
||||||
assert PathCreateLeadingDirectories("bin/dependency_files");
|
assert PathCreateLeadingDirectories("bin/dependency_files");
|
||||||
assert PathCreateLeadingDirectories("bin/Logs");
|
assert PathCreateLeadingDirectories("bin/Logs");
|
||||||
|
|
Loading…
Reference in New Issue