From b4057d82618a21720f39f448b689cebf475cc2dc Mon Sep 17 00:00:00 2001 From: Igor Cota Date: Sun, 22 Sep 2019 14:35:41 +0200 Subject: [PATCH] Define TARGET_OS when host is android --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 2445b72683e..78873f38594 100644 --- a/configure.ac +++ b/configure.ac @@ -590,6 +590,7 @@ case $host in ;; *android*) dnl make sure android stays above linux for hosts like *linux-android* + TARGET_OS=android LEVELDB_TARGET_FLAGS="-DOS_ANDROID" ;; *linux*)