add nghttp3 and ngtcp2

This commit is contained in:
DubbleClick
2025-06-05 09:44:03 +07:00
parent 8919a2fcca
commit bb7e0f6f89
11 changed files with 172 additions and 16 deletions

View File

@@ -55,6 +55,9 @@ class MacOSBuilder extends UnixBuilderBase
$ret = '';
foreach ($lib_specs as $libName => $arr) {
$lib = $this->getLib($libName);
if ($lib === null && str_starts_with($libName, 'lib')) {
$lib = $this->getExt(substr($libName, 3));
}
$arr = $arr ?? [];