Skip to content

Commit

Permalink
Rename compiler-builtins-no-f16-f128 into `std/compiler-builtins-no…
Browse files Browse the repository at this point in the history
…-f16-f128`
  • Loading branch information
GuillaumeGomez committed Aug 12, 2024
1 parent 8643c13 commit fb6118b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_system/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pub fn build_sysroot(env: &HashMap<String, String>, config: &ConfigInfo) -> Resu
&"--target",
&config.target,
&"--features",
&"compiler-builtins-no-f16-f128",
&"std/compiler-builtins-no-f16-f128",
];

if config.no_default_features {
Expand Down

0 comments on commit fb6118b

Please sign in to comment.