mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 15:55:39 +08:00
Fix phpunit, add SPC_SKIP_TOOLCHAIN_CHECK
This commit is contained in:
@@ -29,10 +29,7 @@ class MacOSBuilder extends UnixBuilderBase
|
||||
|
||||
// apply global environment variables
|
||||
GlobalEnvManager::init();
|
||||
|
||||
if (!$this->getOption('no-env-check')) {
|
||||
GlobalEnvManager::afterInit();
|
||||
}
|
||||
GlobalEnvManager::afterInit();
|
||||
|
||||
// ---------- set necessary compile vars ----------
|
||||
// concurrency
|
||||
|
||||
Reference in New Issue
Block a user