We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1223bbc commit ea1e360Copy full SHA for ea1e360
src/comp/driver/driver.rs
@@ -561,7 +561,7 @@ fn build_output_filenames(ifile: str,
561
let basename = fs::basename(base_path);
562
let dylibname = std::os::dylib_filename(basename);
563
out_path = fs::connect(dirname, dylibname);
564
- obj_path = fs::connect(dirname, basename + "." + obj_path);
+ obj_path = fs::connect(dirname, basename + "." + obj_suffix);
565
} else {
566
out_path = base_path;
567
obj_path = base_path + "." + obj_suffix;
0 commit comments