You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...to make sure that the linker errors that arise from coupling
regressions are caught by CI.
Adding to the "no wallet" ci job as suggested by MarcoFalke.
Copy file name to clipboardExpand all lines: src/Makefile.am
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -853,6 +853,10 @@ bitcoin_chainstate_LDADD = \
853
853
$(LIBLEVELDB)\
854
854
$(LIBLEVELDB_SSE42)\
855
855
$(LIBMEMENV)
856
+
857
+
# Required for obj/build.h to be generated first.
858
+
# More details: https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html
0 commit comments