Skip to content

Commit

Permalink
Another attempt at fixing linux compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodo45127 committed Apr 1, 2024
1 parent a1a2f28 commit a7d96a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpfm_ui/src/background_thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,7 @@ quit_after_campaign_processing;",
command.arg("temp_file.txt;");

// We need to turn the user script contents into a oneliner or the command will ignore it.
if cfg!(target_os = "windows") {
#[cfg(target_os = "windows")] {
use std::os::windows::process::CommandExt;
command.raw_arg(user_script_contents.replace("\n", " "));
}
Expand Down

0 comments on commit a7d96a6

Please sign in to comment.