diff --git a/create-openssl-framework.sh b/create-openssl-framework.sh index c053af7..97dcecf 100755 --- a/create-openssl-framework.sh +++ b/create-openssl-framework.sh @@ -239,9 +239,9 @@ else done fi -# macOS symlinks +# macOS and Catalyst symlinks for SYS in ${ALL_SYSTEMS[@]}; do - if [[ $SYS == "MacOSX" ]]; then + if [[ $SYS == "MacOSX" || $SYS == "Catalyst" ]]; then SYSDIR="$FWROOT/$SYS" FWDIR="$SYSDIR/$FWNAME.framework" if [[ ! -e "$FWDIR" ]]; then