fix macOS

This commit is contained in:
henderkes
2026-05-19 23:22:52 +07:00
parent b38c7b274f
commit 433043c0c8
3 changed files with 17 additions and 4 deletions

View File

@@ -38,7 +38,6 @@ class ClangNativeToolchain implements UnixToolchainInterface
default => throw new EnvironmentException(__CLASS__ . ' is not supported on ' . PHP_OS_FAMILY . '.'),
};
}
GlobalEnvManager::putenv('OBJCOPY=' . PKG_ROOT_PATH . '/llvm-tools/bin/llvm-objcopy');
}
public function getCompilerInfo(): ?string