Skip to content

Commit

Permalink
check on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jan 16, 2024
1 parent 799df9b commit e67c308
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/concrete_codegen_mlir/src/linker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ pub fn link_binary(input_path: &Path, output_filename: &Path) -> Result<(), std:
Ok(())
}

#[cfg(target_os = "linux")]
fn file_exists(path: &str) -> bool {
Path::new(path).exists()
}

0 comments on commit e67c308

Please sign in to comment.