We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c92a58 commit f827e25Copy full SHA for f827e25
sw.cpp
@@ -79,7 +79,9 @@ void build(Solution &s)
79
}
80
if (!win_or_mingw)
81
{
82
+#if SW_MODULE_ABI_VERSION > 29
83
if (!libtesseract.getBuildSettings().TargetOS.Android)
84
+#endif
85
libtesseract += "pthread"_slib;
86
87
if (libtesseract.getBuildSettings().TargetOS.Arch == ArchType::aarch64)
0 commit comments