mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 21:34:53 +08:00
patch correct pc
This commit is contained in:
parent
f6a292b57b
commit
420fe497a5
@ -22,7 +22,7 @@ trait libde265
|
||||
->build();
|
||||
|
||||
if (PHP_OS_FAMILY === 'Linux') {
|
||||
$libheifpc = realpath(BUILD_LIB_PATH . '/pkgconfig/libheif.pc');
|
||||
$libheifpc = realpath(BUILD_LIB_PATH . '/pkgconfig/libde265.pc');
|
||||
FileSystem::replaceFileStr($libheifpc, '-lc++', '-lstdc++');
|
||||
}
|
||||
$this->patchPkgconfPrefix(['libde265.pc']);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user