We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fbd87 commit af7cc1cCopy full SHA for af7cc1c
src/textord/imagefind.h
@@ -22,6 +22,8 @@
22
23
#include "debugpixa.h"
24
25
+#include <stdint.h>
26
+
27
struct Boxa;
28
struct Pix;
29
struct Pixa;
sw.cpp
@@ -78,7 +78,10 @@ void build(Solution &s)
78
libtesseract.Public += "org.sw.demo.libarchive.libarchive"_dep;
79
80
if (s.Settings.TargetOS.Type == OSType::Windows)
81
+ {
82
libtesseract.Public += "ws2_32.lib"_l;
83
+ libtesseract.Protected += "NOMINMAX"_def;
84
+ }
85
86
libtesseract.Variables["TESSERACT_MAJOR_VERSION"] = libtesseract.Variables["PACKAGE_MAJOR_VERSION"];
87
libtesseract.Variables["TESSERACT_MINOR_VERSION"] = libtesseract.Variables["PACKAGE_MINOR_VERSION"];
0 commit comments