remove unnecessary LDFLAGS_PROGRAM env var

This commit is contained in:
DubbleClick
2025-07-05 10:44:32 +07:00
parent 112f607d6e
commit 2ac20cf3af
4 changed files with 2 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ class ZigCheck
* @throws WrongUsageException
*/
#[AsFixItem('install-zig')]
public function fixMuslCrossMake(): bool
public function installZig(): bool
{
$arch = arch2gnu(php_uname('m'));
$os = match (PHP_OS_FAMILY) {