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 499c281 commit 8993b3fCopy full SHA for 8993b3f
src/SPC/builder/unix/library/ngtcp2.php
@@ -44,5 +44,6 @@ protected function build(): void
44
->execWithEnv("make -j{$this->builder->concurrency}")
45
->execWithEnv('make install DESTDIR=' . BUILD_ROOT_PATH);
46
$this->patchPkgconfPrefix(['libngtcp2.pc']);
47
+ $this->patchPkgconfPrefix(['libngtcp2_crypto_ossl.pc']);
48
}
49
0 commit comments