mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-20 07:34:28 +08:00
Correctly detect amd64 and i386 on FreeBSD
FreeBSD uses amd64 and i386 names.
This commit is contained in:
parent
4abb0e08bc
commit
fb74c7eac1
@ -149,7 +149,7 @@ endif()
|
||||
|
||||
message("CMAKE_SYSTEM_PROCESSOR=<${CMAKE_SYSTEM_PROCESSOR}>")
|
||||
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86|AMD64")
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86|AMD64|amd64|i386")
|
||||
|
||||
set(HAVE_NEON FALSE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user