Skip to content

Commit 81ab20f

Browse files
committed
Update references to cc_detect.rs
The locations of these files have since been changed. This is a simple change to update the references to these files.
1 parent eeb9035 commit 81ab20f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.example.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -793,12 +793,12 @@
793793
# C compiler to be used to compile C code. Note that the
794794
# default value is platform specific, and if not specified it may also depend on
795795
# what platform is crossing to what platform.
796-
# See `src/bootstrap/cc_detect.rs` for details.
796+
# See `src/bootstrap/src/utils/cc_detect.rs` for details.
797797
#cc = "cc" (path)
798798

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

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

0 commit comments

Comments
 (0)