Define TARGET_OS when host is android

This commit is contained in:
Igor Cota 2019-09-22 14:35:41 +02:00
parent 80b475f159
commit b4057d8261

View File

@ -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*)