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
Code like this automatically assumes that if you are building on arm32, you must be cross compiling. We should handle that better, by looking at our build/current vs target architecture and then figuring out whether we need to enable cross compilation.