diff options
author | Igor Cota <igor@codexapertus.com> | 2019-09-22 14:35:41 +0200 |
---|---|---|
committer | Igor Cota <igor@codexapertus.com> | 2019-09-22 14:35:41 +0200 |
commit | b4057d82618a21720f39f448b689cebf475cc2dc (patch) | |
tree | 97fe7ca9de26c4a56534a99e7c273b2655a0d963 /configure.ac | |
parent | 80b475f159525737e242161397f35d0729449545 (diff) |
Define TARGET_OS when host is android
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2445b72683..78873f3859 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*) |