Skip to content

Commit 67f75a3

Browse files
authored
Fix typo in the sys-lib-tesseract feature (#120)
1 parent e0439e3 commit 67f75a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mupdf-sys/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ fn build_libmupdf() {
158158
add_lib("LEPTONICA", "lept");
159159

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

163163
//
164164
// The mupdf Makefile does not do a very good job of detecting

0 commit comments

Comments
 (0)