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 c8fdc3b commit d2f47f5Copy full SHA for d2f47f5
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 1223bbc4de2165097f6b044d7477940ad2499c0f
+refs/heads/master: ea1e360c15ca0ee7d0148567568c3916f23063ab
trunk/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