Skip to content

Commit

Permalink
fix: wrong spell
Browse files Browse the repository at this point in the history
  • Loading branch information
Maroon502 committed Mar 28, 2023
1 parent 4d74c7b commit c3d0d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn main() {

if want_system && link::link_lib_system_if_supported(LIB_NAME) {
let coinflags = vec!["COINUTILS".to_string()];
coinbuilder::print_metedata(Vec::new(), coinflags);
coinbuilder::print_metadata(Vec::new(), coinflags);
return;
}

Expand Down Expand Up @@ -53,7 +53,7 @@ fn build_lib_and_link() {

let coinflags = vec!["COINUTILS".to_string()];

coinbuilder::print_metedata(includes_dir.clone(), coinflags.clone());
coinbuilder::print_metadata(includes_dir.clone(), coinflags.clone());

let mut config = coinbuilder::init_builder();
coinflags.iter().for_each(|flag| {
Expand Down

0 comments on commit c3d0d0b

Please sign in to comment.