We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa15154 commit 8348386Copy full SHA for 8348386
Makefile.am
@@ -114,7 +114,7 @@ exhaustive_tests_CPPFLAGS = -DSECP256K1_BUILD -I$(top_srcdir)/src $(SECP_INCLUDE
114
if !ENABLE_COVERAGE
115
exhaustive_tests_CPPFLAGS += -DVERIFY
116
endif
117
-exhaustive_tests_LDADD = $(SECP_LIBS)
+exhaustive_tests_LDADD = $(SECP_LIBS) $(COMMON_LIB)
118
exhaustive_tests_LDFLAGS = -static
119
TESTS += exhaustive_tests
120
0 commit comments