guix: use clang-toolchain-18 for macOS build

Version is 18.1.6.
This commit is contained in:
fanquake
2024-05-02 15:57:43 +08:00
parent cad127235e
commit 9946618f61
2 changed files with 4 additions and 4 deletions

View File

@@ -240,7 +240,7 @@ def check_MACHO_sdk(binary) -> bool:
return False
def check_MACHO_ld64(binary) -> bool:
if binary.build_version.tools[0].version == [17, 0, 6]:
if binary.build_version.tools[0].version == [18, 1, 6]:
return True
return False