Skip to content

Commit 2adf7e2

Browse files
committed
Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUE
1 parent 3cd836c commit 2adf7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.bench.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bench_bench_bitcoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
1414
bench_bench_bitcoin_LDADD = \
1515
$(LIBBITCOIN_SERVER) \
1616
$(LIBBITCOIN_COMMON) \
17-
$(LIBBITCOIN_UNIVALUE) \
17+
$(LIBUNIVALUE) \
1818
$(LIBBITCOIN_UTIL) \
1919
$(LIBBITCOIN_CRYPTO) \
2020
$(LIBLEVELDB) \

0 commit comments

Comments
 (0)