Skip to content

Compilation on aarch64-linux-android fails #15

@Leshuguita

Description

@Leshuguita

With the following error:

error[E0308]: mismatched types
  --> /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/audiopus_sys-0.2.2/build.rs:83:33
   |
83 | fn default_library_linking() -> bool {
   |    -----------------------      ^^^^ expected `bool`, found `()`
   |    |
   |    implicitly returns `()` as its body has no tail or `return` expression

For more information about this error, try `rustc --explain E0308`.
error: could not compile `audiopus_sys` (build script) due to previous error

It's the same regardless of any enabled features (happens with dynamic and with static)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions