Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

apk-builder: Incorrect parsing of -l arguments with Rust 1.2.0-nightly #57

Closed
@mbrubeck

Description

@mbrubeck
Contributor

rust-lang/rust#25350 changed the formatting of the linker arguments generated by rustc. Instead of -lfoo it now generates -l foo. apk-builder does not yet understand the new format, which breaks bundling of shared libraries from dependencies.

Activity

added a commit that references this issue on Jun 4, 2015
ca49da4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mbrubeck

        Issue actions

          apk-builder: Incorrect parsing of -l arguments with Rust 1.2.0-nightly · Issue #57 · rust-mobile/android-rs-glue