Add extension swow for Windows

This commit is contained in:
crazywhalecc
2024-06-30 00:55:43 +08:00
committed by Jerry Ma
parent a1f632e8c9
commit 334a3bdf5d
3 changed files with 2 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ class swow extends Extension
}
}
public function getUnixConfigureArg(): string
public function getConfigureArg(): string
{
$arg = '--enable-swow';
$arg .= $this->builder->getLib('openssl') ? ' --enable-swow-ssl' : ' --disable-swow-ssl';