Skip to content

Commit b4057d8

Browse files
committed
Define TARGET_OS when host is android
1 parent 80b475f commit b4057d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ case $host in
590590
;;
591591
*android*)
592592
dnl make sure android stays above linux for hosts like *linux-android*
593+
TARGET_OS=android
593594
LEVELDB_TARGET_FLAGS="-DOS_ANDROID"
594595
;;
595596
*linux*)

0 commit comments

Comments
 (0)