Deps: Bump MacOS deployment target to 13.0

This commit is contained in:
Stenzek
2025-11-07 18:27:31 +10:00
parent dca565a2fe
commit 28b911137b

View File

@@ -27,7 +27,7 @@ if [ "$#" -ne 1 ]; then
exit 1
fi
export MACOSX_DEPLOYMENT_TARGET=11.0
export MACOSX_DEPLOYMENT_TARGET=13.0
NPROCS="$(getconf _NPROCESSORS_ONLN)"
SCRIPTDIR=$(realpath $(dirname "${BASH_SOURCE[0]}"))