mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
Put it into toolchain manager to skip in unit test
This commit is contained in:
@@ -122,14 +122,6 @@ class GlobalEnvManager
|
||||
self::putenv("YACC={$yacc}");
|
||||
}
|
||||
}
|
||||
|
||||
// init pkg-config for unix
|
||||
if (is_unix()) {
|
||||
if (($found = PkgConfigUtil::findPkgConfig()) === null) {
|
||||
throw new WrongUsageException('Cannot find pkg-config executable. Please run `doctor` to fix this.');
|
||||
}
|
||||
self::putenv("PKG_CONFIG={$found}");
|
||||
}
|
||||
}
|
||||
|
||||
private static function readIniFile(): array
|
||||
|
||||
Reference in New Issue
Block a user