mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 15:14:14 +00: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 ()
|
boost::asio::ip::address_v6 GetYggdrasilAddress ()
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#if (defined(_WIN32) || defined(ANDROID))
|
||||||
// TODO: implement
|
// TODO: implement
|
||||||
return boost::asio::ip::address_v6 ();
|
return boost::asio::ip::address_v6 ();
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user