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