mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-22 22:47:50 +08:00
fix #289 mingw64 build
This commit is contained in:
parent
ca3fd58cea
commit
04b1940966
@ -85,7 +85,7 @@ OPENCL_LIBS="-lOpenCL"
|
||||
#############################
|
||||
AC_CANONICAL_HOST
|
||||
case "${host_os}" in
|
||||
mingw32*)
|
||||
mingw*)
|
||||
AC_DEFINE_UNQUOTED(MINGW,1,[This is a MinGW system])
|
||||
AM_CONDITIONAL(T_WIN, true)
|
||||
AM_CONDITIONAL(MINGW, true)
|
||||
|
Loading…
Reference in New Issue
Block a user