mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Define TARGET_OS when host is android
This commit is contained in:
parent
80b475f159
commit
b4057d8261
1 changed files with 1 additions and 0 deletions
|
|
@ -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*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue