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 @@ -60,7 +60,7 @@ fn main() {
60
60
}
61
61
62
62
// The ABI of libc used by libstd is backward compatible with FreeBSD 10.
63
- // The ABI of libc from crates.io is backward compatible with FreeBSD 11 .
63
+ // The ABI of libc from crates.io is backward compatible with FreeBSD 12 .
64
64
//
65
65
// On CI, we detect the actual FreeBSD version and match its ABI exactly,
66
66
// running tests to ensure that the ABI is correct.
@@ -70,7 +70,7 @@ fn main() {
70
70
Some ( 12 ) if libc_ci => set_cfg ( "freebsd12" ) ,
71
71
Some ( 13 ) if libc_ci => set_cfg ( "freebsd13" ) ,
72
72
Some ( 14 ) if libc_ci => set_cfg ( "freebsd14" ) ,
73
- Some ( _) | None => set_cfg ( "freebsd11 " ) ,
73
+ Some ( _) | None => set_cfg ( "freebsd12 " ) ,
74
74
}
75
75
76
76
match emcc_version_code ( ) {
You can’t perform that action at this time.
0 commit comments