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
Does this happen with clean Rust build? I used to get this when libuv is built without options for Android, and this temporarily regressed when we switched to gyp for building libuv, and if you built Rust while it regressed and used incremental build without clean it continued to happen.
With hello.rs:
I get:
No combination of passing -lpthreads or -pthread with --link-args seems to help.
Just stubbing them out makes it compile successfully and at least for that simple program run fine but obviously that's not a solution.
The text was updated successfully, but these errors were encountered: