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 48df491 commit 13540c8Copy full SHA for 13540c8
src/SPC/builder/unix/library/tidy.php
@@ -18,7 +18,10 @@ protected function build(): void
18
{
19
UnixCMakeExecutor::create($this)
20
->setBuildDir("{$this->source_dir}/build-dir")
21
- ->addConfigureArgs('-DSUPPORT_CONSOLE_APP=OFF')
+ ->addConfigureArgs(
22
+ '-DSUPPORT_CONSOLE_APP=OFF',
23
+ '-DBUILD_SHARED_LIB=OFF'
24
+ )
25
->build();
26
$this->patchPkgconfPrefix(['tidy.pc']);
27
}
0 commit comments