From 39d6fbf31afed785d3ac46bfa0b36526cce5c728 Mon Sep 17 00:00:00 2001 From: Narek Geghamyan Date: Tue, 7 May 2024 00:10:41 +0400 Subject: [PATCH] Linux build fix --- src/Makefile.qttest.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.qttest.include b/src/Makefile.qttest.include index 6d97a15cec..7d324d4188 100644 --- a/src/Makefile.qttest.include +++ b/src/Makefile.qttest.include @@ -37,7 +37,7 @@ endif nodist_qt_test_test_bitcoin_qt_SOURCES = $(TEST_QT_MOC_CPP) -qt_test_test_bitcoin_qt_LDADD = $(LIBBITCOINQT) $(LIBBITCOIN_SERVER) +qt_test_test_bitcoin_qt_LDADD = $(LIBBITCOINQT) $(LIBBITCOIN_SERVER) -ltor if ENABLE_WALLET qt_test_test_bitcoin_qt_LDADD += $(LIBBITCOIN_WALLET) endif