Skip to content

Commit

Permalink
Merge pull request #105 from lambdaclass/fix-compile-error
Browse files Browse the repository at this point in the history
Fix linter compiler error
  • Loading branch information
JulianGCalderon committed Apr 12, 2024
2 parents a87e155 + e0863a8 commit 1ccac38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/concrete_driver/src/linker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ pub fn link_binary(objects: &[PathBuf], output_filename: &Path) -> std::io::Resu
let mut args = vec![
"-L/usr/local/lib",
"-L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib",
&input_path.display().to_string(),
];

args.extend(objects.iter().map(|x| x.as_str()));
Expand Down

0 comments on commit 1ccac38

Please sign in to comment.