mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/capstone: rely on CMAKE_INSTALL_LIBDIR
Bug: https://bugs.gentoo.org/730722 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -6,7 +6,7 @@ https://bugs.gentoo.org/730722
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
-libdir=${prefix}/lib@LIBSUFFIX@
|
||||
+libdir=${prefix}/lib@LIB_SUFFIX@
|
||||
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/include/capstone
|
||||
|
||||
Name: capstone
|
||||
|
||||
Reference in New Issue
Block a user