mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 01:23:57 -07:00
Update .ci/thin_macos_qtlib.sh
This commit is contained in:
parent
49b8f08dda
commit
37cd3f27e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue