Skip to content

Commit 41ae1c7

Browse files
codablockUdjinM6
authored andcommitted
Add LDFLAGS_WRAP_EXCEPTIONS to dash_fuzzy linking (#3075)
1 parent 77b8855 commit 41ae1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.test.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ endif
131131
test_test_dash_fuzzy_SOURCES = test/test_dash_fuzzy.cpp
132132
test_test_dash_fuzzy_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
133133
test_test_dash_fuzzy_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
134-
test_test_dash_fuzzy_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
134+
test_test_dash_fuzzy_LDFLAGS = $(LDFLAGS_WRAP_EXCEPTIONS) $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
135135

136136
test_test_dash_fuzzy_LDADD = \
137137
$(LIBUNIVALUE) \

0 commit comments

Comments
 (0)