feature crashpad need mac os 12.0 environment.

This commit is contained in:
alves
2026-01-12 14:50:37 +08:00
parent e39befda0f
commit 6b8b8b0e76
4 changed files with 8 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ if [ -z "$DEPS_CMAKE_GENERATOR" ]; then
fi
if [ -z "$OSX_DEPLOYMENT_TARGET" ]; then
export OSX_DEPLOYMENT_TARGET="11.3"
export OSX_DEPLOYMENT_TARGET="12.0"
fi
echo "Build params:"