Update buildmtoc.sh

This commit is contained in:
chris1111 2024-05-10 20:57:26 -04:00 committed by GitHub
parent ec99128dff
commit 377aff6975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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