Skip to content

Commit 525b661

Browse files
real-or-randomjonasnick
authored andcommitted
bppp/build: Fix linkage of benchmark
1 parent 4c70cc9 commit 525b661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/bppp/Makefile.am.include

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ noinst_HEADERS += src/modules/bppp/tests_impl.h
88
if USE_BENCHMARK
99
noinst_PROGRAMS += bench_bppp
1010
bench_bppp_SOURCES = src/bench_bppp.c
11-
bench_bppp_LDADD = libsecp256k1.la $(SECP_LIBS)
12-
bench_bppp_LDFLAGS = -static
11+
bench_bppp_LDADD = libsecp256k1.la
12+
bench_bppp_CPPFLAGS = $(SECP_CONFIG_DEFINES)
1313
endif

0 commit comments

Comments
 (0)