Skip to content

Commit

Permalink
Rollup merge of #137312 - jmqd:master, r=clubby789
Browse files Browse the repository at this point in the history
Update references to cc_detect.rs

The locations of these file references have since been changed.
This is a simple change to update the references to this `cc_detect.rs`
file.
  • Loading branch information
workingjubilee authored Feb 20, 2025
2 parents f24b140 + 81ab20f commit 0d47366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -793,12 +793,12 @@
# C compiler to be used to compile C code. Note that the
# default value is platform specific, and if not specified it may also depend on
# what platform is crossing to what platform.
# See `src/bootstrap/cc_detect.rs` for details.
# See `src/bootstrap/src/utils/cc_detect.rs` for details.
#cc = "cc" (path)

# C++ compiler to be used to compile C++ code (e.g. LLVM and our LLVM shims).
# This is only used for host targets.
# See `src/bootstrap/cc_detect.rs` for details.
# See `src/bootstrap/src/utils/cc_detect.rs` for details.
#cxx = "c++" (path)

# Archiver to be used to assemble static libraries compiled from C/C++ code.
Expand Down

0 comments on commit 0d47366

Please sign in to comment.