Remove unused USE_LDD

Pointed out by brad
This commit is contained in:
abieber 2021-08-08 17:19:11 +00:00
parent 5f287aaf3f
commit 6b18ac1d12

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2021/05/25 23:02:03 abieber Exp $
# $OpenBSD: Makefile,v 1.2 2021/08/08 17:19:11 abieber Exp $
COMMENT = Qt5 library for writing cross-platform Matrix clients
@ -27,6 +27,4 @@ CONFIGURE_ARGS = -DBUILD_SHARED_LIBS=ON \
-DQuotient_ENABLE_E2EE=ON \
-DQuotient_INSTALL_TESTS=OFF
#USE_LLD = No
.include <bsd.port.mk>