mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
fix pgsql env problem
This commit is contained in:
parent
0902f80b46
commit
cbc3adbec0
@ -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 ' .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user