We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea280ee commit 1f84357Copy full SHA for 1f84357
tools/ci/cibuildwheel.py
@@ -244,6 +244,7 @@ def run(args, extra_args):
244
245
elif platform != "linux" and sys.platform.startswith("darwin"):
246
# macOS (and not building for linux via docker)
247
+ cibw_environment["MACOSX_DEPLOYMENT_TARGET"] = "10.14"
248
# Workaround for https://github.com/bazelbuild/bazel/issues/10472
249
bazel_build_options.append("--sandbox_block_path=/usr/local/include")
250
else:
0 commit comments