gen_sdk_package.sh: Support macOS 13.x SDKs

This commit is contained in:
Thomas Pöchtrager 2022-06-10 19:24:09 +02:00
parent 58c372da6a
commit 6796ca7e6b

View File

@ -148,7 +148,7 @@ else
fi
fi
SDKS=$(ls | grep -E "^MacOSX12.*|^MacOSX11.*|^MacOSX10.*" | grep -v "Patch")
SDKS=$(ls | grep -E "^MacOSX13.*|^MacOSX12.*|^MacOSX11.*|^MacOSX10.*" | grep -v "Patch")
if [ -z "$SDKS" ]; then
echo "No SDK found" 1>&2