mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 08:45:40 +08:00
Add ext-glfw support for Windows
This commit is contained in:
@@ -16,6 +16,7 @@ use StaticPHP\Util\FileSystem;
|
||||
class glfw extends PhpExtensionPackage
|
||||
{
|
||||
#[BeforeStage('php', [php::class, 'buildconfForUnix'], 'ext-glfw')]
|
||||
#[BeforeStage('php', [php::class, 'buildconfForWindows'], 'ext-glfw')]
|
||||
#[PatchDescription('Patch glfw extension before buildconf')]
|
||||
public function patchBeforeBuildconf(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user