Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

Commit

Permalink
Use same starting filename as upstream Bevy. Use recommended extensio…
Browse files Browse the repository at this point in the history
…n for config file when put into place. See also bevyengine/bevy#459
  • Loading branch information
CleanCut committed Sep 23, 2020
1 parent f0b87ac commit 33c82a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ else
fi

# --- Configure fast-compile ---
if [[ -f .cargo/config.fast ]]; then
if [[ -f .cargo/config_fast_builds ]]; then
if ask_yn "Fast-compile is not configured. Would you like me to set it up now? This involves installing an external linker and using the nightly Rust compiler."; then
mv .cargo/config.fast .cargo/config || die "Failed moving config file into place"
mv .cargo/config_fast_builds .cargo/config.toml || die "Failed moving config file into place"
result "Configured fast-compile to use zld/lld linker for debug builds."
else
warn "Okay, not configuring fast-compile."
Expand Down

0 comments on commit 33c82a7

Please sign in to comment.