sockets doesn't install header?!

This commit is contained in:
henderkes
2025-05-17 22:40:30 +07:00
parent 05e9129a66
commit c1e91e1ccb
5 changed files with 44 additions and 2 deletions

View File

@@ -423,4 +423,14 @@ class Extension
return $deps;
}
/**
* Patch code before shared extension ./configure
* If you need to patch some code, overwrite this
* return true if you patched something, false if not
*/
public function patchBeforeSharedBuild(): bool
{
return false;
}
}