Skip to content

Commit 88eedfa

Browse files
committed
test
Signed-off-by: onur-ozkan <[email protected]>
1 parent 5027ee2 commit 88eedfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/utils/cc_detect.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ pub fn find_target(build: &Build, target: TargetSelection) {
110110
let ar = if let ar @ Some(..) = config.and_then(|c| c.ar.clone()) {
111111
ar
112112
} else {
113+
println!("DEBUG: {:?}", compiler.path());
113114
cfg.try_get_archiver().map(|c| PathBuf::from(c.get_program())).ok()
114115
};
115116

0 commit comments

Comments
 (0)