From 67f75a3ae9caca451d94b2de590f66b3aca7848d Mon Sep 17 00:00:00 2001 From: syldium Date: Thu, 27 Feb 2025 00:57:43 +0100 Subject: [PATCH] Fix typo in the sys-lib-tesseract feature (#120) --- mupdf-sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mupdf-sys/build.rs b/mupdf-sys/build.rs index 31eab88..bac96eb 100644 --- a/mupdf-sys/build.rs +++ b/mupdf-sys/build.rs @@ -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