mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
dev-libs/libsignal-ffi: fix if condition
Closes: https://bugs.gentoo.org/928913 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
parent
1b5ed6af87
commit
f000b22259
@ -40,7 +40,7 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
if [ "$(use debug)" ]; then
|
||||
if use debug; then
|
||||
TARGET=debug
|
||||
else
|
||||
TARGET=release
|
||||
|
Loading…
x
Reference in New Issue
Block a user