File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ thumb7k-apple-watchos:
546
546
547
547
# Intel macOS.
548
548
#
549
- # We target compatibility with macOS 10.9 + for compatibility with older Apple
549
+ # We target compatibility with macOS 10.13 + for compatibility with older Apple
550
550
# machines.
551
551
x86_64-apple-darwin :
552
552
host_platforms :
@@ -566,7 +566,7 @@ x86_64-apple-darwin:
566
566
target_cflags :
567
567
- ' -arch'
568
568
- ' x86_64'
569
- - ' -mmacosx-version-min=10.9 '
569
+ - ' -mmacosx-version-min=10.13 '
570
570
# Suppress extremely verbose warnings we see with LLVM 10.
571
571
- ' -Wno-nullability-completeness'
572
572
- ' -Wno-expansion-to-defined'
@@ -581,7 +581,7 @@ x86_64-apple-darwin:
581
581
target_ldflags :
582
582
- ' -arch'
583
583
- ' x86_64'
584
- - ' -mmacosx-version-min=10.9 '
584
+ - ' -mmacosx-version-min=10.13 '
585
585
needs :
586
586
- autoconf
587
587
- bzip2
You can’t perform that action at this time.
0 commit comments