We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a95df1 commit 24d2994Copy full SHA for 24d2994
cpython-unix/targets.yml
@@ -572,7 +572,7 @@ x86_64-apple-darwin:
572
target_cflags:
573
- '-arch'
574
- 'x86_64'
575
- - '-mmacosx-version-min=10.9'
+ - '-mmacosx-version-min=10.15'
576
# Suppress extremely verbose warnings we see with LLVM 10.
577
- '-Wno-nullability-completeness'
578
- '-Wno-expansion-to-defined'
@@ -587,7 +587,7 @@ x86_64-apple-darwin:
587
target_ldflags:
588
589
590
591
needs:
592
- autoconf
593
- bzip2
0 commit comments