Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Sep 9, 2024
1 parent 2f44b5c commit 6edc814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion savvy-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ savvy = "*""#,
);
write_file(&path.join(PATH_CONFIGURE), &generate_configure());
write_file(&path.join(PATH_CLEANUP), &generate_cleanup());
set_executable([&path.join(PATH_CONFIGURE), &path.join(PATH_CLEANUP)]); // This doesn't work on Windows!
set_executable(&[&path.join(PATH_CONFIGURE), &path.join(PATH_CLEANUP)]); // This doesn't work on Windows!
write_file(
&path.join(format!(
"src/{}-win.def",
Expand Down

0 comments on commit 6edc814

Please sign in to comment.