Update create-openssl-framework.sh
This commit is contained in:
parent
7eb1ce9894
commit
663095279f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue