mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-14 04:15:35 +08:00
hello?
This commit is contained in:
@@ -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);
|
passthru($prefix . $build_cmd . (str_starts_with($argv[2], 'windows-') ? ' --build-cli' : (' --build-embed' . ($frankenphp ? ' --build-frankenphp' : ''))), $retcode);
|
||||||
break;
|
break;
|
||||||
case 'doctor_cmd':
|
case 'doctor_cmd':
|
||||||
|
passthru($prefix . 'install-pkg zig', $retcode);
|
||||||
passthru($prefix . $doctor_cmd, $retcode);
|
passthru($prefix . $doctor_cmd, $retcode);
|
||||||
break;
|
break;
|
||||||
case 'install_upx_cmd':
|
case 'install_upx_cmd':
|
||||||
|
|||||||
Reference in New Issue
Block a user