mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 18:02:40 +08:00
fixes #386 "cannot find -l-lOpenCL"
This commit is contained in:
parent
5fa0354b36
commit
5afface2a6
@ -248,7 +248,7 @@ case "${host_os}" in
|
|||||||
fi
|
fi
|
||||||
AC_SUBST([AM_CPPFLAGS], [-DUSE_OPENCL])
|
AC_SUBST([AM_CPPFLAGS], [-DUSE_OPENCL])
|
||||||
OPENCL_CPPFLAGS="-I${OPENCL_INC}"
|
OPENCL_CPPFLAGS="-I${OPENCL_INC}"
|
||||||
OPENCL_LDFLAGS="-l${OPENCL_LIBS}"
|
OPENCL_LDFLAGS="${OPENCL_LIBS}"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user