mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 06:45:39 +08:00
unify CMakeExecutor and AutoConfExecutor
This commit is contained in:
@@ -12,7 +12,7 @@ use SPC\util\UnixShell;
|
||||
|
||||
class UnixAutoconfExecutor extends Executor
|
||||
{
|
||||
protected ?UnixShell $shell = null;
|
||||
protected UnixShell $shell;
|
||||
|
||||
protected array $configure_args = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user