mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05: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
Reference in a new issue