Skip to content

Commit 8993b3f

Browse files
committed
add pkgconf prefix patch for ngtcp2 crypto library
1 parent 499c281 commit 8993b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SPC/builder/unix/library/ngtcp2.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ protected function build(): void
4444
->execWithEnv("make -j{$this->builder->concurrency}")
4545
->execWithEnv('make install DESTDIR=' . BUILD_ROOT_PATH);
4646
$this->patchPkgconfPrefix(['libngtcp2.pc']);
47+
$this->patchPkgconfPrefix(['libngtcp2_crypto_ossl.pc']);
4748
}
4849
}

0 commit comments

Comments
 (0)