diff --git a/easybuild/easyblocks/f/flex.py b/easybuild/easyblocks/f/flex.py index 32476f9fbc..b275834338 100644 --- a/easybuild/easyblocks/f/flex.py +++ b/easybuild/easyblocks/f/flex.py @@ -56,7 +56,7 @@ def sanity_check_step(self): custom_paths = { 'files':["bin/%s" % x for x in ["flex", "lex", "lex++"]] + ["include/FlexLexer.h"] + - ["lib/lib%s.a" % x for x in ["fl", "fl_pic"]], + [("lib/lib%s.a" % x, "lib64/lib%s.a" % x) for x in ["fl", "fl_pic"]], 'dirs':[] }