Update buildmtoc.sh

This commit is contained in:
chris1111 2024-05-10 21:10:58 -04:00
parent 377aff6975
commit 9224eed7f4
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ fi
#
OSXVER="`/usr/bin/sw_vers -productVersion | cut -d '.' -f1,2`"
if [[ ${OSXVER} < 10.15 ]]; then
export CCTOOLS_VERSION=${CCTOOLS_VERSION:-cctools-994.1}
export CCTOOLS_VERSION=${CCTOOLS_VERSION:-cctools-949.0.1}
else
export CCTOOLS_VERSION=${CCTOOLS_VERSION:-cctools-1001.2}
export CCTOOLS_VERSION=${CCTOOLS_VERSION:-cctools-986}
fi
# Change PREFIX if you want mtoc installed on different place
#