File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ x86_64-apple-darwin:
566
566
target_cflags :
567
567
- ' -arch'
568
568
- ' x86_64'
569
- - ' -mmacosx-version-min=10.13'
569
+ - ' -mmacosx-version-min=10.13.4 '
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.13'
584
+ - ' -mmacosx-version-min=10.13.4 '
585
585
needs :
586
586
- autoconf
587
587
- bzip2
Original file line number Diff line number Diff line change @@ -1100,7 +1100,7 @@ fn validate_macho<Mach: MachHeader<Endian = Endianness>>(
1100
1100
bytes : & [ u8 ] ,
1101
1101
) -> Result < ( ) > {
1102
1102
let advertised_target_version =
1103
- semver:: Version :: parse ( & format ! ( "{}.0 " , advertised_target_version) ) ?;
1103
+ semver:: Version :: parse ( & format ! ( "{}" , advertised_target_version) ) ?;
1104
1104
let advertised_sdk_version = semver:: Version :: parse ( & format ! ( "{}.0" , advertised_sdk_version) ) ?;
1105
1105
1106
1106
let endian = header. endian ( ) ?;
You can’t perform that action at this time.
0 commit comments