Skip to content

Commit 647eb48

Browse files
committed
1 parent b381ace commit 647eb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() {
1818
os::set_exit_status(1);
1919
},
2020
3 => {
21-
let output_dir = Path::new(args[2].as_slice());
21+
let output_dir = Path::init(args[2].as_slice());
2222
// TODO: maybe not 0777?
2323
if !output_dir.exists() {
2424
fs::mkdir(&output_dir, 0b111_111_111);

0 commit comments

Comments
 (0)