We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617b0de commit 500c19dCopy full SHA for 500c19d
src/SPC/builder/unix/library/ngtcp2.php
@@ -24,7 +24,9 @@ protected function build(): void
24
'libnghttp3' => null,
25
]);
26
if ($brotli = $this->builder->getLib('brotli')) {
27
+ /* @phpstan-ignore-next-line */
28
$args .= ' --with-libbrotlidec=yes LIBBROTLIDEC_CFLAGS="-I' . BUILD_ROOT_PATH . '/include" LIBBROTLIDEC_LIBS="' . $brotli->getStaticLibFiles() . '"';
29
30
$args .= ' --with-libbrotlienc=yes LIBBROTLIENC_CFLAGS="-I' . BUILD_ROOT_PATH . '/include" LIBBROTLIENC_LIBS="' . $brotli->getStaticLibFiles() . '"';
31
}
32
0 commit comments