Skip to content

Commit f827e25

Browse files
authored
Update sw.cpp
1 parent 4c92a58 commit f827e25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sw.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ void build(Solution &s)
7979
}
8080
if (!win_or_mingw)
8181
{
82+
#if SW_MODULE_ABI_VERSION > 29
8283
if (!libtesseract.getBuildSettings().TargetOS.Android)
84+
#endif
8385
libtesseract += "pthread"_slib;
8486
}
8587
if (libtesseract.getBuildSettings().TargetOS.Arch == ArchType::aarch64)

0 commit comments

Comments
 (0)