Add ext-maxminddb and libmaxminddb support on Windows

This commit is contained in:
crazywhalecc
2026-04-10 16:25:24 +08:00
parent 4ba565b461
commit 869c9a06e3
3 changed files with 19 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ use StaticPHP\Util\FileSystem;
class maxminddb extends PhpExtensionPackage
{
#[BeforeStage('php', [php::class, 'buildconfForUnix'], 'ext-maxminddb')]
#[BeforeStage('php', [php::class, 'buildconfForWindows'], 'ext-maxminddb')]
#[PatchDescription('Patch maxminddb extension for buildconf to support new source structure')]
public function patchBeforeBuildconf(): void
{