Skip to content

Commit

Permalink
Fix typo in the sys-lib-tesseract feature (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
syldium authored Feb 26, 2025
1 parent e0439e3 commit 67f75a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mupdf-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ fn build_libmupdf() {
add_lib("LEPTONICA", "lept");

#[cfg(feature = "sys-lib-tesseract")]
add_lib("TESSARACT", "tessaract");
add_lib("TESSERACT", "tesseract");

//
// The mupdf Makefile does not do a very good job of detecting
Expand Down

0 comments on commit 67f75a3

Please sign in to comment.