lowercase

This commit is contained in:
DubbleClick 2025-05-06 16:22:37 +07:00
parent 2c13eb257b
commit b3dacf9c5a

View File

@ -12,7 +12,7 @@ class spx extends Extension
{
public function getUnixConfigureArg(bool $shared = false): string
{
$arg = '--enable-SPX';
$arg = '--enable-spx';
if ($this->builder->getExt('zlib') === null) {
$arg .= ' --with-zlib-dir=' . BUILD_ROOT_PATH;
}