mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
space ._.
This commit is contained in:
parent
cc1f899948
commit
aa337c0c84
@ -52,7 +52,7 @@ trait grpc
|
||||
|
||||
$re2Content = file_get_contents($this->source_dir . '/third_party/re2/re2.pc');
|
||||
$re2Content = 'prefix=' . BUILD_ROOT_PATH . "\nexec_prefix=\${prefix}\n" . $re2Content;
|
||||
file_put_contents(BUILD_LIB_PATH. '/pkgconfig/re2.pc', $re2Content);
|
||||
file_put_contents(BUILD_LIB_PATH . '/pkgconfig/re2.pc', $re2Content);
|
||||
$this->patchPkgconfPrefix(['grpc++.pc', 'grpc.pc', 'grpc++_unsecure.pc', 'grpc_unsecure.pc', 're2.pc']);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user