From cf529adc79acc98fbb8b7ef5e6918bc08a8f5ee9 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Sat, 26 Jul 2025 23:35:38 +0700 Subject: [PATCH] uh, oh, we forgot to do post init --- src/SPC/command/BaseCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SPC/command/BaseCommand.php b/src/SPC/command/BaseCommand.php index 9c07b074..870ac6de 100644 --- a/src/SPC/command/BaseCommand.php +++ b/src/SPC/command/BaseCommand.php @@ -99,6 +99,7 @@ abstract class BaseCommand extends Command // init GlobalEnv if (!$this instanceof BuildCommand) { GlobalEnvManager::init(); + GlobalEnvManager::afterInit(); f_putenv('SPC_SKIP_TOOLCHAIN_CHECK=yes'); } if ($this->shouldExecute()) {