Skip to content

Commit

Permalink
Revert "Fix build on macOS Catalina (#1)"
Browse files Browse the repository at this point in the history
This reverts commit 9cb0245.

Signed-off-by: Alexander Rodin <rodin.alexander@gmail.com>
  • Loading branch information
a-rodin committed Oct 22, 2019
1 parent 9cb0245 commit 0dd9a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdkafka-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fn build_librdkafka() {
}

println!("Configuring librdkafka");
run_command_or_fail("librdkafka", "sh", &[&["-c", "./configure"], configure_flags.as_slice()].concat());
run_command_or_fail("librdkafka", "./configure", configure_flags.as_slice());

println!("Compiling librdkafka");
make_librdkafka();
Expand Down

0 comments on commit 0dd9a21

Please sign in to comment.