Skip to content

Commit 48df491

Browse files
committed
Fix brotli build on macOS
1 parent 3fbf8fc commit 48df491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ protected function build(): void
1919
{
2020
UnixCMakeExecutor::create($this)
2121
->setBuildDir("{$this->getSourceDir()}/build-dir")
22+
->addConfigureArgs("-DSHARE_INSTALL_PREFIX={$this->getBuildRootPath()}")
2223
->build();
2324

2425
$this->patchPkgconfPrefix(['libbrotlicommon.pc', 'libbrotlidec.pc', 'libbrotlienc.pc']);

0 commit comments

Comments
 (0)