mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
uh, oh, we forgot to do post init
This commit is contained in:
parent
5a4da8ed5d
commit
cf529adc79
@ -99,6 +99,7 @@ abstract class BaseCommand extends Command
|
|||||||
// init GlobalEnv
|
// init GlobalEnv
|
||||||
if (!$this instanceof BuildCommand) {
|
if (!$this instanceof BuildCommand) {
|
||||||
GlobalEnvManager::init();
|
GlobalEnvManager::init();
|
||||||
|
GlobalEnvManager::afterInit();
|
||||||
f_putenv('SPC_SKIP_TOOLCHAIN_CHECK=yes');
|
f_putenv('SPC_SKIP_TOOLCHAIN_CHECK=yes');
|
||||||
}
|
}
|
||||||
if ($this->shouldExecute()) {
|
if ($this->shouldExecute()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user