Skip to content
Snippets Groups Projects
Verified Commit e0c3cb72 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

No longer link against libstdc++fs

That requirement was dropped in GCC 9.
parent 3a820fff
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ EXTRA_DIST = \
# The -I. is for <FlexLexer.h>
dynare_preprocessor_CPPFLAGS = $(BOOST_CPPFLAGS) -I.
dynare_preprocessor_LDFLAGS = $(AM_LDFLAGS) $(BOOST_LDFLAGS)
dynare_preprocessor_LDADD = macro/libmacro.a -lstdc++fs
dynare_preprocessor_LDADD = macro/libmacro.a
# -Ca flag comes from hitting a hard-coded size limit.
# Partial explanation: https://www.owlfolio.org/possibly-useful/flex-input-scanner-rules-are-too-complicated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment