From 663095279f88150ddc1541b76421f708877378c4 Mon Sep 17 00:00:00 2001 From: ilker cam Date: Wed, 9 Dec 2020 20:33:18 +0300 Subject: [PATCH] Update create-openssl-framework.sh --- create-openssl-framework.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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