Rename to suggestions

This commit is contained in:
crazywhalecc
2025-07-23 15:33:26 +08:00
parent 45f257ef14
commit b0c0ecb59c
3 changed files with 12 additions and 12 deletions

View File

@@ -233,7 +233,7 @@ function ac_with_args(string $arg_name, bool $use_value = false): array
return $use_value ? ["--with-{$arg_name}=yes", "--with-{$arg_name}=no"] : ["--with-{$arg_name}", "--without-{$arg_name}"];
}
function get_pack_placehoder(): array
function get_pack_replace(): array
{
return [
BUILD_LIB_PATH => '@build_lib_path@',