Stop using INSTALL_LIB_DIR CMake macro, unused

Upstream discourages from using this macro, and it is not used in the
build
This commit is contained in:
Lukas Javorsky 2024-01-11 13:28:37 +00:00
parent 09df2e7a89
commit 1be53a0787

View File

@ -98,7 +98,7 @@ cat <<_EOF_
_EOF_
# zlib-ng uses a different macro for library directory.
%global cmake_param %{?with_sanitizers:-DWITH_SANITIZER=ON} -DINSTALL_LIB_DIR=%{_libdir}
%global cmake_param %{?with_sanitizers:-DWITH_SANITIZER=ON}
# Setting __cmake_builddir is not necessary in this step, but do it anyway for symmetry.
%global __cmake_builddir %{_vpath_builddir}