Merge pull request #230 from brianmwaters/unicorn

unicorn: fix multilib issue on install
This commit is contained in:
Anton Bolshakov 2017-08-10 14:36:37 +08:00 committed by GitHub
commit d80f90d7e1

View file

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