mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +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=""
|
||||
AM_CONDITIONAL([ADD_RT], false)
|
||||
;;
|
||||
*android*)
|
||||
*android*|openbsd*)
|
||||
AM_CONDITIONAL([ADD_RT], false)
|
||||
;;
|
||||
powerpc-*-darwin*)
|
||||
|
Loading…
Reference in New Issue
Block a user