temporary

This commit is contained in:
nakst 2022-02-02 21:43:37 +00:00
parent cc14790891
commit 7c930455b4
2 changed files with 6 additions and 6 deletions

View File

@ -611,11 +611,11 @@ 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");
// 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" {

View File

@ -4,7 +4,7 @@ str options #option;
str target #option;
void Start() {
SystemShellEnableLogging(false);
// SystemShellEnableLogging(false);
assert PathCreateLeadingDirectories("bin/dependency_files");
assert PathCreateLeadingDirectories("bin/Logs");