mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04: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*)
|
*android*)
|
||||||
dnl make sure android stays above linux for hosts like *linux-android*
|
dnl make sure android stays above linux for hosts like *linux-android*
|
||||||
|
TARGET_OS=android
|
||||||
LEVELDB_TARGET_FLAGS="-DOS_ANDROID"
|
LEVELDB_TARGET_FLAGS="-DOS_ANDROID"
|
||||||
;;
|
;;
|
||||||
*linux*)
|
*linux*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue