Skip to content

Commit

Permalink
Avoid generating mupdf library links
Browse files Browse the repository at this point in the history
This environment variable disables building the mupdf libraries with the version postfix. A update of mupdf with the fix on their side will be coming soon.
  • Loading branch information
DavidLazarescu committed Feb 19, 2024
1 parent 78cd7a3 commit 4e70aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/application/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ add_custom_target(mupdf
"CC=${CC_COMMAND}"
"CXX=${CXX_COMMAND}"
"USE_SYSTEM_LIBJPEG=${USE_SYSTEM_LIBJPEG_VALUE}"
"USE_SONAME=no"
${MUPDF_BUILD_COMMAND}
BYPRODUCTS ${MUPDF_OUTPUT}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/libs/mupdf
Expand Down

0 comments on commit 4e70aae

Please sign in to comment.