arvidn / libtorrent

an efficient feature complete C++ bittorrent implementation
http://libtorrent.org
Other
5.28k stars 995 forks source link

Fix compilation for Android with WebTorrent enabled #6043

Closed aldenml closed 3 years ago

aldenml commented 3 years ago

libtorrent: master platform: android

There is an issue when WebTorent is enabled, for more information: https://github.com/paullouisageneau/libdatachannel/issues/362

also, enable c++17 in the GH Action.

I'm planning on doing this when libdatachannel is updated.

aldenml commented 3 years ago

Closing this in favor of https://github.com/arvidn/libtorrent/pull/6051