mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Do not link librt on OpenBSD
This commit is contained in:
parent
334d9b4633
commit
dacba02cd8
@ -99,7 +99,7 @@ case "${host_os}" in
|
|||||||
OPENCL_INC=""
|
OPENCL_INC=""
|
||||||
AM_CONDITIONAL([ADD_RT], false)
|
AM_CONDITIONAL([ADD_RT], false)
|
||||||
;;
|
;;
|
||||||
*android*)
|
*android*|openbsd*)
|
||||||
AM_CONDITIONAL([ADD_RT], false)
|
AM_CONDITIONAL([ADD_RT], false)
|
||||||
;;
|
;;
|
||||||
powerpc-*-darwin*)
|
powerpc-*-darwin*)
|
||||||
|
Loading…
Reference in New Issue
Block a user