Android cross-compilation to client cmake

This commit is contained in:
Philippe Teuwen
2020-06-11 12:38:07 +02:00
parent 94403bee59
commit 25fb6df229
3 changed files with 80 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
#include <stdio.h> // for Mingw readline
#include <ctype.h> // tolower
#ifndef ANDROID
#ifdef HAVE_READLINE
#include <readline/readline.h>
#endif