suggestions, change openssldir

This commit is contained in:
henderkes
2026-01-19 10:22:33 +01:00
parent d902e70b4d
commit af75ffaf24
4 changed files with 14 additions and 7 deletions

View File

@@ -398,9 +398,6 @@ class Extension
$dependency->buildShared([...$visited, $this->getName()]);
}
}
if (Config::getExt($this->getName(), 'type') === 'addon') {
return;
}
$this->builder->emitPatchPoint('before-shared-ext[' . $this->getName() . ']-build');
match (PHP_OS_FAMILY) {
'Darwin', 'Linux' => $this->buildUnixShared(),