refactor to pkg-config and add some add-on libs for gd

This commit is contained in:
crazywhalecc
2023-04-29 18:59:47 +08:00
parent ea055afd3c
commit 8df4ade754
83 changed files with 1001 additions and 1520 deletions

View File

@@ -12,6 +12,6 @@ class zstd extends Extension
{
public function getUnixConfigureArg(): string
{
return '--with-libzstd';
return '--enable-zstd --with-libzstd="' . BUILD_ROOT_PATH . '"';
}
}