mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
add pkgconf prefix patch for ngtcp2 crypto library
This commit is contained in:
parent
499c281931
commit
8993b3f4f0
@ -44,5 +44,6 @@ trait ngtcp2
|
||||
->execWithEnv("make -j{$this->builder->concurrency}")
|
||||
->execWithEnv('make install DESTDIR=' . BUILD_ROOT_PATH);
|
||||
$this->patchPkgconfPrefix(['libngtcp2.pc']);
|
||||
$this->patchPkgconfPrefix(['libngtcp2_crypto_ossl.pc']);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user