mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
gen_sdk_package.sh: Support macOS 13.x SDKs
This commit is contained in:
parent
58c372da6a
commit
6796ca7e6b
@ -148,7 +148,7 @@ else
|
|||||||
fi
|
fi
|
||||||
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
|
if [ -z "$SDKS" ]; then
|
||||||
echo "No SDK found" 1>&2
|
echo "No SDK found" 1>&2
|
||||||
|
Loading…
Reference in New Issue
Block a user