mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
uh, oh, we forgot to do post init
This commit is contained in:
@@ -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()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user