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:
parent
09df2e7a89
commit
1be53a0787
@ -98,7 +98,7 @@ cat <<_EOF_
|
|||||||
_EOF_
|
_EOF_
|
||||||
|
|
||||||
# zlib-ng uses a different macro for library directory.
|
# 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.
|
# Setting __cmake_builddir is not necessary in this step, but do it anyway for symmetry.
|
||||||
%global __cmake_builddir %{_vpath_builddir}
|
%global __cmake_builddir %{_vpath_builddir}
|
||||||
|
Loading…
Reference in New Issue
Block a user