mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 23:35:37 +08:00
Remove shared tidy
This commit is contained in:
@@ -18,7 +18,10 @@ trait tidy
|
|||||||
{
|
{
|
||||||
UnixCMakeExecutor::create($this)
|
UnixCMakeExecutor::create($this)
|
||||||
->setBuildDir("{$this->source_dir}/build-dir")
|
->setBuildDir("{$this->source_dir}/build-dir")
|
||||||
->addConfigureArgs('-DSUPPORT_CONSOLE_APP=OFF')
|
->addConfigureArgs(
|
||||||
|
'-DSUPPORT_CONSOLE_APP=OFF',
|
||||||
|
'-DBUILD_SHARED_LIB=OFF'
|
||||||
|
)
|
||||||
->build();
|
->build();
|
||||||
$this->patchPkgconfPrefix(['tidy.pc']);
|
$this->patchPkgconfPrefix(['tidy.pc']);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user