Skip to content

Commit

Permalink
Update sw.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Jul 29, 2022
1 parent 4c92a58 commit f827e25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f827e25

Please sign in to comment.