mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
unicorn: add static libs
This commit is contained in:
parent
4ef03b7f21
commit
7ebb3cb707
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@ src_configure(){
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
UNICORN_ARCHS="${unicorn_targets}" UNICORN_STATIC="no" ./make.sh
|
||||
UNICORN_ARCHS="${unicorn_targets}" ./make.sh
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" UNICORN_STATIC="no" install
|
||||
emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue