Remove dev build target

This commit is contained in:
crazywhalecc
2025-03-25 16:13:41 +08:00
parent 8459754692
commit f37110605e
5 changed files with 18 additions and 49 deletions

View File

@@ -227,7 +227,7 @@ abstract class BuilderBase
*/
abstract public function buildPHP(int $build_target = BUILD_TARGET_NONE);
public function buildDynamicExts(): void
public function buildSharedExts(): void
{
foreach ($this->getExts() as $ext) {
if (!$ext->isBuildShared()) {