We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1f899 commit aa337c0Copy full SHA for aa337c0
src/SPC/builder/unix/library/grpc.php
@@ -52,7 +52,7 @@ protected function build(): void
52
53
$re2Content = file_get_contents($this->source_dir . '/third_party/re2/re2.pc');
54
$re2Content = 'prefix=' . BUILD_ROOT_PATH . "\nexec_prefix=\${prefix}\n" . $re2Content;
55
- file_put_contents(BUILD_LIB_PATH. '/pkgconfig/re2.pc', $re2Content);
+ file_put_contents(BUILD_LIB_PATH . '/pkgconfig/re2.pc', $re2Content);
56
$this->patchPkgconfPrefix(['grpc++.pc', 'grpc.pc', 'grpc++_unsecure.pc', 'grpc_unsecure.pc', 're2.pc']);
57
}
58
0 commit comments