no message

This commit is contained in:
2024-10-08 22:33:49 +03:00
parent 90546fc62e
commit e0974fe4a8
246 changed files with 1170 additions and 849 deletions

View File

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