This commit is contained in:
DubbleClick 2025-07-26 23:20:27 +07:00
parent e1edaa24cc
commit 76094fd305

View File

@ -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':