mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Fix pkg-config doctor fix using source bug
This commit is contained in:
parent
88b86d3eaf
commit
6775cb4674
@ -45,7 +45,7 @@ class PkgConfigCheck
|
||||
public function fix(): bool
|
||||
{
|
||||
ApplicationContext::set('elephant', true);
|
||||
$installer = new PackageInstaller(['dl-prefer-binary' => true]);
|
||||
$installer = new PackageInstaller(['dl-binary-only' => true]);
|
||||
$installer->addInstallPackage('pkg-config');
|
||||
$installer->run(false, true);
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user