mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-28 21:00:41 +02:00
Define TARGET_OS when host is android
This commit is contained in:
parent
80b475f159
commit
b4057d8261
@ -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…
x
Reference in New Issue
Block a user