Skip to content

Commit 420fe49

Browse files
committed
patch correct pc
1 parent f6a292b commit 420fe49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protected function build(): void
2222
->build();
2323

2424
if (PHP_OS_FAMILY === 'Linux') {
25-
$libheifpc = realpath(BUILD_LIB_PATH . '/pkgconfig/libheif.pc');
25+
$libheifpc = realpath(BUILD_LIB_PATH . '/pkgconfig/libde265.pc');
2626
FileSystem::replaceFileStr($libheifpc, '-lc++', '-lstdc++');
2727
}
2828
$this->patchPkgconfPrefix(['libde265.pc']);

0 commit comments

Comments
 (0)