Add LDFLAGS_WRAP_EXCEPTIONS to dash_fuzzy linking (#3075)

This commit is contained in:
Alexander Block 2019-09-03 21:48:24 +02:00 committed by UdjinM6
parent 77b88558eb
commit 41ae1c7e20

View File

@ -131,7 +131,7 @@ endif
test_test_dash_fuzzy_SOURCES = test/test_dash_fuzzy.cpp
test_test_dash_fuzzy_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
test_test_dash_fuzzy_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
test_test_dash_fuzzy_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
test_test_dash_fuzzy_LDFLAGS = $(LDFLAGS_WRAP_EXCEPTIONS) $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
test_test_dash_fuzzy_LDADD = \
$(LIBUNIVALUE) \