Skip to content

Commit

Permalink
fix libuhdr build recipe
Browse files Browse the repository at this point in the history
Signed-off-by: loicvital <mugulmotion@gmail.com>
  • Loading branch information
mugulmd committed Oct 15, 2024
1 parent 5e2d771 commit a630338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cmake/build_libuhdr.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ build_dependency_with_cmake(libuhdr
GIT_REPOSITORY ${libuhdr_GIT_REPOSITORY}
GIT_TAG ${libuhdr_GIT_TAG}
CMAKE_ARGS
-D BUILD_SHARED_LIBS=${libdeflate_BUILD_SHARED_LIBS}
-D BUILD_SHARED_LIBS=${libuhdr_BUILD_SHARED_LIBS}
-D CMAKE_INSTALL_LIBDIR=lib
-D CMAKE_POSITION_INDEPENDENT_CODE=ON
)

set (libuhdr_ROOT ${libuhdr_LOCAL_INSTALL_DIR})
Expand Down

0 comments on commit a630338

Please sign in to comment.