mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
fix(configure) Don't add rt on Android
Library rt is included in the libc on Android: https://developer.android.com/ndk/guides/stable_apis#a3
This commit is contained in:
parent
ec476f908e
commit
92b8833838
@ -99,6 +99,9 @@ case "${host_os}" in
|
|||||||
OPENCL_INC=""
|
OPENCL_INC=""
|
||||||
AM_CONDITIONAL([ADD_RT], false)
|
AM_CONDITIONAL([ADD_RT], false)
|
||||||
;;
|
;;
|
||||||
|
*android*)
|
||||||
|
AM_CONDITIONAL([ADD_RT], false)
|
||||||
|
;;
|
||||||
powerpc-*-darwin*)
|
powerpc-*-darwin*)
|
||||||
OPENCL_LIBS=""
|
OPENCL_LIBS=""
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user