test libpq build

This commit is contained in:
jingjingxyk 2023-11-30 12:53:19 +08:00
parent b1958ea0c4
commit b1bf8bb848

View File

@ -35,7 +35,7 @@ trait postgresql
if ($this->getBuilder()->getLib($lib)) {
$packages .= ' ' . $pkg;
$output = shell()->execWithResult("pkg-config --static {$pkg}");
logger()->info($output[1][0]);
logger()->info(var_export($output[1], true));
}
}