From 0e763de3341f7729bb68d3fd88501adaa8b029f4 Mon Sep 17 00:00:00 2001 From: GabCoolDude Date: Sun, 12 Jan 2025 21:14:05 +0100 Subject: [PATCH] please --- distribution/macos/construct_universal_dylib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/macos/construct_universal_dylib.py b/distribution/macos/construct_universal_dylib.py index b6c3770c6..5d9321860 100644 --- a/distribution/macos/construct_universal_dylib.py +++ b/distribution/macos/construct_universal_dylib.py @@ -26,7 +26,7 @@ else: LIPO = shutil.which("llvm-lipo") if LIPO is None: - for llvm_ver in [15, 14, 13]: + for llvm_ver in [17, 16, 15, 14, 13]: lipo_path = shutil.which(f"llvm-lipo-{llvm_ver}") if lipo_path is not None: LIPO = lipo_path