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
Many scripts expect the command musl-gcc to exist. Making a symlink in my $PATH from musl-gcc to $(which x86_64-linux-musl-gcc) caused scripts that have this expectation to work. Seems like it'd be useful to provide this by default?