change --with-prefix to --with-path, add --enable-path (yes, grpc uses that...)

This commit is contained in:
DubbleClick
2025-07-22 18:29:58 +07:00
parent 3ca7c15208
commit 9172c39a26
3 changed files with 20 additions and 24 deletions

View File

@@ -45,11 +45,6 @@ class grpc extends Extension
return true;
}
public function getUnixConfigureArg(bool $shared = false): string
{
return '--enable-grpc=' . ($shared ? 'shared' : '') . BUILD_ROOT_PATH;
}
public function patchBeforeMake(): bool
{
$extra_libs = trim(getenv('SPC_EXTRA_LIBS'));