Specify macOS SDK version along with minimum version in builds

This commit is contained in:
Reuben Morais 2020-08-25 22:26:53 +02:00
parent b9e2d90a73
commit dc2503c5e0
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ else
fi
if [ "${OS}" = "Darwin" ]; then
BAZEL_EXTRA_FLAGS="${BAZEL_EXTRA_FLAGS} --macos_minimum_os 10.10"
BAZEL_EXTRA_FLAGS="${BAZEL_EXTRA_FLAGS} --macos_minimum_os 10.10 --macos_sdk_version 10.15"
fi
### Define build targets that we will re-ues in sourcing scripts.