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
The env vars LD and TARGET_LD are exported, but incorrectly refer to a script that doesn't exist (probably a typo). Fix the typo to refer to the proper scripts.
Fixesrust-embedded#128
The env vars LD and TARGET_LD are exported, but incorrectly refer to a script that doesn't exist (probably a typo). Fix the typo to refer to the proper scripts.
Fixesrust-embedded#128
It seems like there's a typo for LD/TARGET_LD in the
do_compile()
task:meta-rust-bin/classes/cargo.bbclass
Lines 119 to 120 in d272f96
I think these should instead be:
The text was updated successfully, but these errors were encountered: