From b4ba8e498919dc09ba38b954ec804a08c50dee50 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Thu, 3 Oct 2024 21:59:21 +0200 Subject: [PATCH] macos: fix wrap-mupdf library extension --- thirdparty/cmake_modules/koreader_targets.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/thirdparty/cmake_modules/koreader_targets.cmake b/thirdparty/cmake_modules/koreader_targets.cmake index 2c99f3fc6..6df00322f 100644 --- a/thirdparty/cmake_modules/koreader_targets.cmake +++ b/thirdparty/cmake_modules/koreader_targets.cmake @@ -196,7 +196,6 @@ declare_koreader_target( wrap-mupdf TYPE monolibtic DEPENDS mupdf::mupdf SOURCES wrap-mupdf.c - SUFFIX .so VISIBILITY hidden ) function(setup_wrap_mupdf)