suggestions

This commit is contained in:
henderkes
2025-10-31 09:08:15 +01:00
parent b88a68dab8
commit ff15973a25
3 changed files with 3 additions and 21 deletions

View File

@@ -45,7 +45,7 @@ trait postgresql
protected function build(): void
{
$libs = array_map(fn ($x) => $x->getName(), $this->getDependencies());
$libs = array_map(fn ($x) => $x->getName(), $this->getDependencies(true));
$spc = new SPCConfigUtil($this->builder, ['no_php' => true, 'libs_only_deps' => true]);
$config = $spc->config(libraries: $libs, include_suggest_lib: $this->builder->getOption('with-suggested-libs'));