Skip to content

Commit 6775cb4

Browse files
committed
Fix pkg-config doctor fix using source bug
1 parent 88b86d3 commit 6775cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StaticPHP/Doctor/Item/PkgConfigCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function checkFunctional(): CheckResult
4545
public function fix(): bool
4646
{
4747
ApplicationContext::set('elephant', true);
48-
$installer = new PackageInstaller(['dl-prefer-binary' => true]);
48+
$installer = new PackageInstaller(['dl-binary-only' => true]);
4949
$installer->addInstallPackage('pkg-config');
5050
$installer->run(false, true);
5151
return true;

0 commit comments

Comments
 (0)