aboutsummaryrefslogtreecommitdiff
path: root/net-im/libsignal-client/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-09-08 15:29:00 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-09-19 09:03:22 +0000
commiteeb4b50dde8f23b2513958e5031d40a1057c7782 (patch)
treef3d1ada561427e2808bb386571043c17609e388c /net-im/libsignal-client/Makefile
parent93924a20b38e7856dc1a0df0c4514eaecdb624be (diff)
downloadports-eeb4b50dde8f23b2513958e5031d40a1057c7782.tar.gz
ports-eeb4b50dde8f23b2513958e5031d40a1057c7782.zip
Uses/cargo: Unbreak ports with CARGO_BUILD_TARGET set
While here fix their WITH_DEBUG builds too.
Diffstat (limited to 'net-im/libsignal-client/Makefile')
-rw-r--r--net-im/libsignal-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libsignal-client/Makefile b/net-im/libsignal-client/Makefile
index 56142af35d17..ddd49c1435f4 100644
--- a/net-im/libsignal-client/Makefile
+++ b/net-im/libsignal-client/Makefile
@@ -234,7 +234,7 @@ MAKE_ENV= CARGO_PROFILE_RELEASE_LTO=thin \
PLIST_FILES= lib/libsignal_jni.so
do-install:
- ${INSTALL_LIB} ${CARGO_TARGET_DIR}/release/libsignal_jni.so \
+ ${INSTALL_LIB} ${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/*/libsignal_jni.so \
${STAGEDIR}${PREFIX}/lib/
.include <bsd.port.mk>