Update create-openssl-framework.sh

This commit is contained in:
ilker cam 2020-12-09 20:33:18 +03:00 committed by GitHub
parent 7eb1ce9894
commit 663095279f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -239,9 +239,9 @@ else
done done
fi fi
# macOS symlinks # macOS and Catalyst symlinks
for SYS in ${ALL_SYSTEMS[@]}; do for SYS in ${ALL_SYSTEMS[@]}; do
if [[ $SYS == "MacOSX" ]]; then if [[ $SYS == "MacOSX" || $SYS == "Catalyst" ]]; then
SYSDIR="$FWROOT/$SYS" SYSDIR="$FWROOT/$SYS"
FWDIR="$SYSDIR/$FWNAME.framework" FWDIR="$SYSDIR/$FWNAME.framework"
if [[ ! -e "$FWDIR" ]]; then if [[ ! -e "$FWDIR" ]]; then