From 37cd3f27e8c5fe2889a941e9b387b9a23c7623e6 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Mon, 29 Dec 2025 19:21:03 +0100 Subject: [PATCH] Update .ci/thin_macos_qtlib.sh --- .ci/thin_macos_qtlib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/thin_macos_qtlib.sh b/.ci/thin_macos_qtlib.sh index 91b364149..4ca8f03f5 100755 --- a/.ci/thin_macos_qtlib.sh +++ b/.ci/thin_macos_qtlib.sh @@ -10,7 +10,7 @@ nproc=$(sysctl -n hw.ncpu) function thin() { local libfile=$1 - if [[ $(file -b --mime-type "$libfile") == application/x-mach-binary ]]; then + if [[ $(file -b --mime-type "$libfile") == application/x-mach-binary* ]]; then echo "Processing $libfile" lipo "$libfile" -thin "$arch" -output "$libfile" fi