unify CMakeExecutor and AutoConfExecutor

This commit is contained in:
DubbleClick
2025-07-22 19:12:17 +07:00
parent eb56690684
commit 6962d24b52
2 changed files with 23 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ use SPC\util\UnixShell;
class UnixAutoconfExecutor extends Executor
{
protected ?UnixShell $shell = null;
protected UnixShell $shell;
protected array $configure_args = [];