File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ fn main() {
2020 }
2121
2222 // The ABI of libc used by libstd is backward compatible with FreeBSD 10.
23- // The ABI of libc from crates.io is backward compatible with FreeBSD 11 .
23+ // The ABI of libc from crates.io is backward compatible with FreeBSD 12 .
2424 //
2525 // On CI, we detect the actual FreeBSD version and match its ABI exactly,
2626 // running tests to ensure that the ABI is correct.
@@ -32,7 +32,7 @@ fn main() {
3232 Some ( 12 ) if libc_ci => println ! ( "cargo:rustc-cfg=freebsd12" ) ,
3333 Some ( 13 ) if libc_ci => println ! ( "cargo:rustc-cfg=freebsd13" ) ,
3434 Some ( 14 ) if libc_ci => println ! ( "cargo:rustc-cfg=freebsd14" ) ,
35- Some ( _) | None => println ! ( "cargo:rustc-cfg=freebsd11 " ) ,
35+ Some ( _) | None => println ! ( "cargo:rustc-cfg=freebsd12 " ) ,
3636 }
3737
3838 // On CI: deny all warnings
You can’t perform that action at this time.
0 commit comments