You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: