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 f6a292b commit 420fe49Copy full SHA for 420fe49
src/SPC/builder/unix/library/libde265.php
@@ -22,7 +22,7 @@ protected function build(): void
22
->build();
23
24
if (PHP_OS_FAMILY === 'Linux') {
25
- $libheifpc = realpath(BUILD_LIB_PATH . '/pkgconfig/libheif.pc');
+ $libheifpc = realpath(BUILD_LIB_PATH . '/pkgconfig/libde265.pc');
26
FileSystem::replaceFileStr($libheifpc, '-lc++', '-lstdc++');
27
}
28
$this->patchPkgconfPrefix(['libde265.pc']);
0 commit comments