Skip to content

Commit 13540c8

Browse files
committed
Remove shared tidy
1 parent 48df491 commit 13540c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ protected function build(): void
1818
{
1919
UnixCMakeExecutor::create($this)
2020
->setBuildDir("{$this->source_dir}/build-dir")
21-
->addConfigureArgs('-DSUPPORT_CONSOLE_APP=OFF')
21+
->addConfigureArgs(
22+
'-DSUPPORT_CONSOLE_APP=OFF',
23+
'-DBUILD_SHARED_LIB=OFF'
24+
)
2225
->build();
2326
$this->patchPkgconfPrefix(['tidy.pc']);
2427
}

0 commit comments

Comments
 (0)