Compare commits

..

No commits in common. "332866fa731a59a0a41971221da3de64022e41e5" and "e45d8da65a5a24460d1dfd21ea2d1f0658d8e8c3" have entirely different histories.

View File

@ -48,7 +48,7 @@ src_configure() {
src_compile() {
cmake_src_compile
export LIBRARY_PATH="${S}" # Let python build find the already built libolm
export LIBRARY_PATH="${S}/$(get_libdir)/" # Let python build find the already built libolm
use python && (cd python; distutils-r1_src_compile)
}