Add ext-swow for Windows

This commit is contained in:
crazywhalecc
2026-04-09 12:15:56 +08:00
parent 1a027003b1
commit b45e64ec16

View File

@@ -17,6 +17,7 @@ class swow extends PhpExtensionPackage
{
#[CustomPhpConfigureArg('Darwin')]
#[CustomPhpConfigureArg('Linux')]
#[CustomPhpConfigureArg('Windows')]
public function configureArg(PackageInstaller $installer): string
{
$arg = '--enable-swow';