Skip to content

Commit

Permalink
fixes merge mess up
Browse files Browse the repository at this point in the history
fixes merge mess up
  • Loading branch information
korejan committed Feb 28, 2022
1 parent d55208e commit a23c5c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions alvr/filesystem/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ pub fn is_dynlib_file(path: &Path) -> bool {
}

#[cfg(not(windows))]
pub fn exec_fname(name: &str) -> String {
name.to_owned()
}
pub fn exec_fname(name: &str) -> String {
format!("{name}{EXE_SUFFIX}")
}
Expand Down

0 comments on commit a23c5c5

Please sign in to comment.