No longer link against libstdc++fs

That requirement was dropped in GCC 9.
fix-tolerance-parameters
Sébastien Villemot 2022-05-04 17:11:12 +02:00
parent 3a820fffa2
commit e0c3cb72b7
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -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