mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
Merge pull request #230 from brianmwaters/unicorn
unicorn: fix multilib issue on install
This commit is contained in:
commit
d80f90d7e1
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
#inherit git-r3
|
||||
inherit multilib
|
||||
|
||||
DESCRIPTION="A lightweight multi-platform, multi-architecture CPU emulator framework"
|
||||
HOMEPAGE="http://www.unicorn-engine.org"
|
||||
|
|
@ -43,5 +43,5 @@ src_compile() {
|
|||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" UNICORN_STATIC="no" install
|
||||
emake DESTDIR="${D}" LIBDIR="/usr$(get_libdir)" UNICORN_STATIC="no" install
|
||||
}
|
||||
Loading…
Reference in a new issue