Skip to content

Commit

Permalink
[sw] Update build.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Nov 11, 2024
1 parent 64eab6c commit 43b8d74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ void build(Solution &s)
libtesseract += "TESS_API"_api;
libtesseract += "include/.*"_rr;
libtesseract += "src/.+/.*"_rr;
libtesseract -= "src/lstm/.*\\.cc"_rr;
libtesseract -= "src/training/.*"_rr;

libtesseract.Public += "include"_idir;
Expand Down

0 comments on commit 43b8d74

Please sign in to comment.