Skip to content

Commit 62b8575

Browse files
committed
[sw] Depend on leptonica-master.
1 parent 7732f65 commit 62b8575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sw.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void build(Solution &s)
6565
libtesseract.Interface += sw::Shared, "TESS_IMPORTS"_d;
6666
libtesseract.Private += sw::Shared, "TESS_EXPORTS"_d;
6767

68-
libtesseract.Public += "org.sw.demo.danbloomberg.leptonica-1"_dep;
68+
libtesseract.Public += "org.sw.demo.danbloomberg.leptonica-master"_dep;
6969

7070
if (s.Settings.TargetOS.Type == OSType::Windows)
7171
libtesseract.Public += "ws2_32.lib"_l;

0 commit comments

Comments
 (0)