mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Update sw.cpp
This commit is contained in:
parent
4c92a58afb
commit
f827e251d2
2
sw.cpp
2
sw.cpp
@ -79,7 +79,9 @@ void build(Solution &s)
|
|||||||
}
|
}
|
||||||
if (!win_or_mingw)
|
if (!win_or_mingw)
|
||||||
{
|
{
|
||||||
|
#if SW_MODULE_ABI_VERSION > 29
|
||||||
if (!libtesseract.getBuildSettings().TargetOS.Android)
|
if (!libtesseract.getBuildSettings().TargetOS.Android)
|
||||||
|
#endif
|
||||||
libtesseract += "pthread"_slib;
|
libtesseract += "pthread"_slib;
|
||||||
}
|
}
|
||||||
if (libtesseract.getBuildSettings().TargetOS.Arch == ArchType::aarch64)
|
if (libtesseract.getBuildSettings().TargetOS.Arch == ArchType::aarch64)
|
||||||
|
Loading…
Reference in New Issue
Block a user