From 1c5e18dd4e7460f5e07dd06a656f29e6ea230d46 Mon Sep 17 00:00:00 2001 From: Debian Python Modules Team Date: Sun, 23 Aug 2020 20:15:38 +0100 Subject: [PATCH] Link shared library with additional libs Gbp-Pq: Name libs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf77a17..c50d8da 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ if sys.platform.startswith("linux"): "mupdf", #'crypto', #openssl is required by mupdf on archlinux #'jbig2dec', 'openjp2', 'jpeg', 'freetype', - "mupdf-third", + "mujs", "harfbuzz", "jbig2dec", "jpeg", "freetype", "png16", "openjp2" ], # the libraries to link with ) elif sys.platform.startswith(("darwin", "freebsd")): -- 2.30.2