From cbc3adbec07609cd4d2f7532038b5d145d795852 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 22 Jul 2023 16:29:46 +0800 Subject: [PATCH] fix pgsql env problem --- src/SPC/builder/unix/library/postgresql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/builder/unix/library/postgresql.php b/src/SPC/builder/unix/library/postgresql.php index eb3b388f..87456f22 100644 --- a/src/SPC/builder/unix/library/postgresql.php +++ b/src/SPC/builder/unix/library/postgresql.php @@ -50,7 +50,7 @@ trait postgresql // configure shell()->cd($this->source_dir . '/build') ->exec( - "{$env} ../configure " . + "{$envs} ../configure " . "--prefix={$builddir} " . '--disable-thread-safety ' . '--enable-coverage=no ' .