Define TARGET_OS when host is android

This commit is contained in:
Igor Cota 2019-09-22 14:35:41 +02:00 committed by Jack Grigg
parent 959e7be477
commit 3e672a58ac
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,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*)