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
As I try to compile a fyne app that uses anacrolix/torrent using fyne-cross "cross compilation tool" I get the error:
g++: error: unrecognized command-line option '-mthreads'; did you mean '-pthread'?
does this library use mthreads? and should it switch to pthread?
The text was updated successfully, but these errors were encountered:
I'm not sure, but I would recommend asking on the fyne repo. I don't believe it's caused by bad behaviour in this repo. It could be caused by using cgo for some of the dependencies of this repo, the fixes for which will be specific to fyne.
As I try to compile a fyne app that uses anacrolix/torrent using fyne-cross "cross compilation tool" I get the error:
g++: error: unrecognized command-line option '-mthreads'; did you mean '-pthread'?
does this library use mthreads? and should it switch to pthread?
The text was updated successfully, but these errors were encountered: