Skip to content

Commit 1f84357

Browse files
authored
Update cibuildwheel.py
1 parent ea280ee commit 1f84357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci/cibuildwheel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ def run(args, extra_args):
244244

245245
elif platform != "linux" and sys.platform.startswith("darwin"):
246246
# macOS (and not building for linux via docker)
247+
cibw_environment["MACOSX_DEPLOYMENT_TARGET"] = "10.14"
247248
# Workaround for https://github.com/bazelbuild/bazel/issues/10472
248249
bazel_build_options.append("--sandbox_block_path=/usr/local/include")
249250
else:

0 commit comments

Comments
 (0)