mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Merge pull request #360 from jboekesteijn/sdk-tools-versions
support macOS 12.x and 13.x SDKs from tools
This commit is contained in:
commit
629415ebc8
@ -109,7 +109,7 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
SDKS=$(ls | grep -E "^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
|
||||
|
Loading…
Reference in New Issue
Block a user