We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77197f0 commit cda2a8dCopy full SHA for cda2a8d
1 file changed
src/StaticPHP/Doctor/Item/PkgConfigCheck.php
@@ -45,7 +45,7 @@ public function checkFunctional(): CheckResult
45
public function fix(): bool
46
{
47
ApplicationContext::set('elephant', true);
48
- $installer = new PackageInstaller(['dl-prefer-binary' => true]);
+ $installer = new PackageInstaller(['dl-binary-only' => true]);
49
$installer->addInstallPackage('pkg-config');
50
$installer->run(false, true);
51
return true;
0 commit comments