mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Remove shared tidy
This commit is contained in:
parent
48df491c31
commit
13540c8008
@ -18,7 +18,10 @@ trait tidy
|
||||
{
|
||||
UnixCMakeExecutor::create($this)
|
||||
->setBuildDir("{$this->source_dir}/build-dir")
|
||||
->addConfigureArgs('-DSUPPORT_CONSOLE_APP=OFF')
|
||||
->addConfigureArgs(
|
||||
'-DSUPPORT_CONSOLE_APP=OFF',
|
||||
'-DBUILD_SHARED_LIB=OFF'
|
||||
)
|
||||
->build();
|
||||
$this->patchPkgconfPrefix(['tidy.pc']);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user