Update sw.cpp

This commit is contained in:
Egor Pugin 2022-07-29 13:58:03 +03:00 committed by GitHub
parent 4c92a58afb
commit f827e251d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
sw.cpp
View File

@ -79,7 +79,9 @@ void build(Solution &s)
}
if (!win_or_mingw)
{
#if SW_MODULE_ABI_VERSION > 29
if (!libtesseract.getBuildSettings().TargetOS.Android)
#endif
libtesseract += "pthread"_slib;
}
if (libtesseract.getBuildSettings().TargetOS.Arch == ArchType::aarch64)