no message

This commit is contained in:
2024-10-07 22:04:09 +03:00
parent 7fac84740d
commit 17c0bf7eb3
103 changed files with 560 additions and 491 deletions

View File

@@ -65,7 +65,7 @@ public class Compile extends Pass_2021<db_project_info> {
switch (Current.getMachine().type) {
case Local:
if (Global.isWindows) {
if (CommonUtils.isWindows) {
subpass = passes.get(PassCode_2021.WindowsLocalCompilation);
} else
subpass = passes.get(PassCode_2021.LinuxLocalCompilation);