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:
Julien Roy 2024-04-08 07:24:04 -04:00
parent 1b5ed6af87
commit f000b22259
No known key found for this signature in database
GPG Key ID: BEF2297448848842

View File

@ -40,7 +40,7 @@ src_unpack() {
}
src_install() {
if [ "$(use debug)" ]; then
if use debug; then
TARGET=debug
else
TARGET=release