mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
change --with-prefix to --with-path, add --enable-path (yes, grpc uses that...)
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user