Skip to content

libgit2: Ensure library gets installed to %{libdir}

Martin Blanchard requested to merge (removed):fix/tchaik/libgit2-libdir into master

BuildStream's CMake plugin declares CMAKE_INSTALL_LIBDIR by default for libdir while libgit2 expects LIB_INSTALL_DIR: enforce LIB_INSTALL_DIR.

Merge request reports