Compare commits
No commits in common. "7f0448ab102b44bd9e18548ea158531c6adfe7e4" and "38a1665cd004761bb52ecf46665ef6283ff25732" have entirely different histories.
7f0448ab10
...
38a1665cd0
@ -41,7 +41,7 @@ src_prepare() {
|
|||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
cmake_src_compile
|
cmake_src_compile
|
||||||
export LIBRARY_PATH="${S}/$(get_libdir)/" # Let python build find the already built libolm
|
export LIBRARY_PATH=""${S}"/lib64/" # Let python build find the already built libolm
|
||||||
use python && (cd python; distutils-r1_src_compile)
|
use python && (cd python; distutils-r1_src_compile)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ src_configure() {
|
|||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
cmake_src_compile
|
cmake_src_compile
|
||||||
export LIBRARY_PATH="${S}/$(get_libdir)/" # Let python build find the already built libolm
|
export LIBRARY_PATH=""${S}"/lib64/" # Let python build find the already built libolm
|
||||||
use python && (cd python; distutils-r1_src_compile)
|
use python && (cd python; distutils-r1_src_compile)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user