mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-08 02:55:56 +01:00
gen_sdk_package_p7zip.sh: Add support for Xcode betas
This commit is contained in:
parent
b0c5b0ae48
commit
54e13441a9
@ -82,8 +82,8 @@ set +e
|
|||||||
|
|
||||||
$TARGET_DIR/SDK/tools/bin/7z x \
|
$TARGET_DIR/SDK/tools/bin/7z x \
|
||||||
$XCODEDMG \
|
$XCODEDMG \
|
||||||
"*/Xcode.app/Contents/Developer/Platforms/MacOSX.platform" \
|
"*/Xcode*.app/Contents/Developer/Platforms/MacOSX.platform" \
|
||||||
"*/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain"
|
"*/Xcode*.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain"
|
||||||
|
|
||||||
[ $? -ne 0 -a $? -ne 2 ] && exit 1
|
[ $? -ne 0 -a $? -ne 2 ] && exit 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user