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