mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
hello?
This commit is contained in:
parent
e1edaa24cc
commit
76094fd305
@ -228,6 +228,7 @@ switch ($argv[1] ?? null) {
|
||||
passthru($prefix . $build_cmd . (str_starts_with($argv[2], 'windows-') ? ' --build-cli' : (' --build-embed' . ($frankenphp ? ' --build-frankenphp' : ''))), $retcode);
|
||||
break;
|
||||
case 'doctor_cmd':
|
||||
passthru($prefix . 'install-pkg zig', $retcode);
|
||||
passthru($prefix . $doctor_cmd, $retcode);
|
||||
break;
|
||||
case 'install_upx_cmd':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user