mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
guix: use clang-toolchain-18 for macOS build
Version is 18.1.6.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user