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 problem is it unconditionally appends the output of GCC's -print-multi-os-directory flag to the install location, whereas when installing in $SAGE_LOCAL we just always want $SAGE_LOCAL/lib.
This is already fixed upstream, so we just need to include that patch.