dev-libs/olm: fix library path in 3.2.2
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
e45d8da65a
commit
e7dd2e192b
@ -48,7 +48,7 @@ src_configure() {
|
||||
|
||||
src_compile() {
|
||||
cmake_src_compile
|
||||
export LIBRARY_PATH="${S}/$(get_libdir)/" # Let python build find the already built libolm
|
||||
export LIBRARY_PATH="${S}" # Let python build find the already built libolm
|
||||
use python && (cd python; distutils-r1_src_compile)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user