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 3fbf8fc commit 48df491Copy full SHA for 48df491
src/SPC/builder/unix/library/brotli.php
@@ -19,6 +19,7 @@ protected function build(): void
19
{
20
UnixCMakeExecutor::create($this)
21
->setBuildDir("{$this->getSourceDir()}/build-dir")
22
+ ->addConfigureArgs("-DSHARE_INSTALL_PREFIX={$this->getBuildRootPath()}")
23
->build();
24
25
$this->patchPkgconfPrefix(['libbrotlicommon.pc', 'libbrotlidec.pc', 'libbrotlienc.pc']);
0 commit comments