actually path php makefile

This commit is contained in:
DubbleClick 2025-07-19 15:12:15 +07:00
parent ada203c00c
commit 683461d918

View File

@ -195,7 +195,7 @@ class Extension
($extra = (new ZigToolchain())->getExtraRuntimeObjects())
) {
FileSystem::replaceFileRegex(
$this->source_dir . '/Makefile',
SOURCE_PATH . '/php-src/Makefile',
"/^(shared_objects_{$this->getName()}\\s*=.*)$/m",
"$1 {$extra}",
);