mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
don't detect Yggdrasil for android
This commit is contained in:
parent
df7fda9e0c
commit
daa3f8699b
|
@ -420,7 +420,7 @@ namespace net
|
|||
|
||||
boost::asio::ip::address_v6 GetYggdrasilAddress ()
|
||||
{
|
||||
#ifdef _WIN32
|
||||
#if (defined(_WIN32) || defined(ANDROID))
|
||||
// TODO: implement
|
||||
return boost::asio::ip::address_v6 ();
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue