Compare commits

...

2 Commits

Author SHA1 Message Date
Parona
332866fa73 Merge branch 'master' into 'master'
dev-libs/olm: fix library path in 3.2.2

See merge request src_prepare/src_prepare-overlay!177
2021-05-15 12:16:35 +00:00
Alfred Wingate
e7dd2e192b
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>
2021-05-15 15:11:54 +03:00

View File

@ -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)
}