Skip to content

Commit

Permalink
[sw] Depend on leptonica-master.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Jan 8, 2019
1 parent 7732f65 commit 62b8575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw.cpp
Expand Up @@ -65,7 +65,7 @@ void build(Solution &s)
libtesseract.Interface += sw::Shared, "TESS_IMPORTS"_d;
libtesseract.Private += sw::Shared, "TESS_EXPORTS"_d;

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

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

0 comments on commit 62b8575

Please sign in to comment.