We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6a8f1 commit 1042deeCopy full SHA for 1042dee
adbc_drivers_dev/make.py
@@ -243,8 +243,8 @@ def build(
243
env[var] = os.environ[var]
244
245
if platform.system() == "Darwin":
246
- append_flags(env, "CGO_CFLAGS", "-mmacosx-version-min=10.12")
247
- append_flags(env, "CGO_LDFLAGS", "-mmacosx-version-min=10.12")
+ append_flags(env, "CGO_CFLAGS", "-mmacosx-version-min=11.0")
+ append_flags(env, "CGO_LDFLAGS", "-mmacosx-version-min=11.0")
248
249
if ci and platform.system() == "Linux":
250
env["SOURCE_ROOT"] = str(repo_root)
0 commit comments