Rename config.toml.example to config.example.toml
This commit is contained in:
parent
8a73f50d87
commit
fcb2a3665f
12 changed files with 16 additions and 17 deletions
|
|
@ -286,7 +286,7 @@ impl Step for Llvm {
|
|||
(true, true) => "RelWithDebInfo",
|
||||
};
|
||||
|
||||
// NOTE: remember to also update `config.toml.example` when changing the
|
||||
// NOTE: remember to also update `config.example.toml` when changing the
|
||||
// defaults!
|
||||
let llvm_targets = match &builder.config.llvm_targets {
|
||||
Some(s) => s,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue