We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7732f65 commit 62b8575Copy full SHA for 62b8575
sw.cpp
@@ -65,7 +65,7 @@ void build(Solution &s)
65
libtesseract.Interface += sw::Shared, "TESS_IMPORTS"_d;
66
libtesseract.Private += sw::Shared, "TESS_EXPORTS"_d;
67
68
- libtesseract.Public += "org.sw.demo.danbloomberg.leptonica-1"_dep;
+ libtesseract.Public += "org.sw.demo.danbloomberg.leptonica-master"_dep;
69
70
if (s.Settings.TargetOS.Type == OSType::Windows)
71
libtesseract.Public += "ws2_32.lib"_l;
0 commit comments