mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Build wallet with Android NDK
This commit is contained in:
parent
dd580d7bc7
commit
80abc3bc4a
10 changed files with 103 additions and 8 deletions
|
@ -133,7 +133,7 @@ namespace epee
|
|||
bool wait_stdin_data()
|
||||
{
|
||||
#if !defined(WIN32)
|
||||
#ifdef __OpenBSD__
|
||||
#if defined(__OpenBSD__) || defined(__ANDROID__)
|
||||
int stdin_fileno = fileno(stdin);
|
||||
#else
|
||||
int stdin_fileno = ::fileno(stdin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue