This commit is contained in:
DubbleClick
2025-07-26 23:24:59 +07:00
parent 76094fd305
commit bd3092ae90
2 changed files with 8 additions and 4 deletions

View File

@@ -228,7 +228,6 @@ 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':