Skip to content

Commit

Permalink
chore: remove unused -L rustflag, follow up for #380 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Sep 10, 2024
1 parent ce80447 commit 7910971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/android/target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ impl<'a> Target<'a> {
Ok(DotCargoTarget {
linker: Some(linker),
rustflags: vec![
"-L".to_owned(),
"-Clink-arg=-landroid".to_owned(),
"-Clink-arg=-llog".to_owned(),
"-Clink-arg=-lOpenSLES".to_owned(),
Expand Down

0 comments on commit 7910971

Please sign in to comment.