[sw] Do not build arm neon file.

This commit is contained in:
Egor Pugin 2021-08-07 13:40:47 +03:00
parent d50baec7a7
commit 33fcb99d3a

2
sw.cpp
View File

@ -69,6 +69,8 @@ void build(Solution &s)
// check fma flags
libtesseract -= "src/arch/dotproductfma.cpp";
// check arch (arm)
libtesseract -= "src/arch/dotproductneon.cpp";
if (libtesseract.getBuildSettings().TargetOS.Type != OSType::Windows)
{