fix pgsql env problem

This commit is contained in:
crazywhalecc 2023-07-22 16:29:46 +08:00
parent 0902f80b46
commit cbc3adbec0
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -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 ' .