mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
Add ext-swow for Windows
This commit is contained in:
@@ -17,6 +17,7 @@ class swow extends PhpExtensionPackage
|
|||||||
{
|
{
|
||||||
#[CustomPhpConfigureArg('Darwin')]
|
#[CustomPhpConfigureArg('Darwin')]
|
||||||
#[CustomPhpConfigureArg('Linux')]
|
#[CustomPhpConfigureArg('Linux')]
|
||||||
|
#[CustomPhpConfigureArg('Windows')]
|
||||||
public function configureArg(PackageInstaller $installer): string
|
public function configureArg(PackageInstaller $installer): string
|
||||||
{
|
{
|
||||||
$arg = '--enable-swow';
|
$arg = '--enable-swow';
|
||||||
|
|||||||
Reference in New Issue
Block a user