From aa337c0c848ed7cb4d1faed1f56c3e113f10c48e Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Wed, 23 Jul 2025 16:51:35 +0700 Subject: [PATCH] space ._. --- src/SPC/builder/unix/library/grpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/builder/unix/library/grpc.php b/src/SPC/builder/unix/library/grpc.php index af83d061..f8fed3d9 100644 --- a/src/SPC/builder/unix/library/grpc.php +++ b/src/SPC/builder/unix/library/grpc.php @@ -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']); } }