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
Description
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
Parse "-l foo" linker arguments