ngtcp2 patch la files

This commit is contained in:
DubbleClick
2025-06-07 20:29:19 +07:00
parent 2a39fb0bd5
commit a6ea49981d
2 changed files with 2 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ $shared_extensions = match (PHP_OS_FAMILY) {
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).
$with_libs = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => '',
'Linux', 'Darwin' => 'ngtcp2,nghttp2,nghttp3,libavif',
'Windows' => '',
};