This commit is contained in:
crazywhalecc 2024-12-10 23:39:13 +08:00 committed by Jerry Ma
parent 5c51305978
commit 804020210d

View File

@ -138,6 +138,7 @@ echo match ($argv[1]) {
'prefer_pre_built' => $prefer_pre_built ? '--prefer-pre-built' : '',
'download_cmd' => $down_cmd,
'build_cmd' => $build_cmd,
'build_embed_cmd' => $build_cmd,
default => '',
};