Skip to content

Commit cd3b614

Browse files
committed
Fix typo
1 parent 6e6f806 commit cd3b614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/toolchain/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def _set_compiler_flags(self):
280280
elif self.options.get('optarch', False):
281281
optarchflags.append(self.options.option('optarch'))
282282

283-
precflags = [self.options.option(x) for x in self.COMPILER_PREC_OPTION if self.options.get(x, False)] + \
283+
precflags = [self.options.option(x) for x in self.COMPILER_PREC_OPTIONS if self.options.get(x, False)] + \
284284
[self.options.option('defaultprec')]
285285

286286
self.variables.nextend('OPTFLAGS', optflags + optarchflags)

0 commit comments

Comments
 (0)