mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
fix pgsql env problem
This commit is contained in:
parent
0902f80b46
commit
cbc3adbec0
@ -50,7 +50,7 @@ trait postgresql
|
|||||||
// configure
|
// configure
|
||||||
shell()->cd($this->source_dir . '/build')
|
shell()->cd($this->source_dir . '/build')
|
||||||
->exec(
|
->exec(
|
||||||
"{$env} ../configure " .
|
"{$envs} ../configure " .
|
||||||
"--prefix={$builddir} " .
|
"--prefix={$builddir} " .
|
||||||
'--disable-thread-safety ' .
|
'--disable-thread-safety ' .
|
||||||
'--enable-coverage=no ' .
|
'--enable-coverage=no ' .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user