Skip to content

Commit

Permalink
Fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu committed Apr 1, 2024
1 parent b9ca06f commit b505945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/application/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ else()
set(EXECUTABLE_EXTENSION ".exe")
endif()

# Build mupdf
add_custom_target(mupdf
# Build mupdf
COMMAND ${CMAKE_COMMAND} -E env
"CC=${CC_COMMAND}"
"CXX=${CXX_COMMAND}"
$<$<NOT:$<STREQUAL:"${CC_COMMAND}","">>:CC=${CC_COMMAND}>
$<$<NOT:$<STREQUAL:"${CXX_COMMAND}","">>:CXX=${CXX_COMMAND}>
"USE_SYSTEM_LIBJPEG=${USE_SYSTEM_LIBJPEG_VALUE}"
"USE_SONAME=no"
${MUPDF_BUILD_COMMAND}
Expand Down

0 comments on commit b505945

Please sign in to comment.