Skip to content

Commit 8348386

Browse files
committed
Add $(COMMON_LIB) to exhaustive tests to fix ARM asm build
1 parent aa15154 commit 8348386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ exhaustive_tests_CPPFLAGS = -DSECP256K1_BUILD -I$(top_srcdir)/src $(SECP_INCLUDE
114114
if !ENABLE_COVERAGE
115115
exhaustive_tests_CPPFLAGS += -DVERIFY
116116
endif
117-
exhaustive_tests_LDADD = $(SECP_LIBS)
117+
exhaustive_tests_LDADD = $(SECP_LIBS) $(COMMON_LIB)
118118
exhaustive_tests_LDFLAGS = -static
119119
TESTS += exhaustive_tests
120120
endif

0 commit comments

Comments
 (0)