Update BuildPHPCommand.php

fix printed path
This commit is contained in:
Marc 2025-05-20 10:50:41 +07:00 committed by GitHub
parent 545a653c0d
commit 1e50dac5a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -248,7 +248,7 @@ class BuildPHPCommand extends BuildCommand
}
if (!empty($shared_extensions)) {
foreach ($shared_extensions as $ext) {
$path = FileSystem::convertPath("{$build_root_path}/lib/{$ext}.so");
$path = FileSystem::convertPath("{$build_root_path}/modules/{$ext}.so");
logger()->info("Shared extension [{$ext}] path{$fixed}: {$path}");
}
}