We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$(PTHREAD_FLAGS)
dash_util_LDFLAGS
1 parent 0455eb8 commit f8d5c00Copy full SHA for f8d5c00
src/Makefile.am
@@ -1130,7 +1130,7 @@ endif
1130
dash_util_SOURCES = bitcoin-util.cpp
1131
dash_util_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
1132
dash_util_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
1133
-dash_util_LDFLAGS = $(LDFLAGS_WRAP_EXCEPTIONS) $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
+dash_util_LDFLAGS = $(LDFLAGS_WRAP_EXCEPTIONS) $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) $(PTHREAD_FLAGS)
1134
1135
if TARGET_WINDOWS
1136
dash_util_SOURCES += bitcoin-util-res.rc
0 commit comments