hdf5: fix typo (#23415)

This commit is contained in:
Chris White 2021-05-03 16:58:35 -07:00 committed by GitHub
parent c7fb93b1d7
commit 6394604d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ def flag_handler(self, name, flags):
elif name == "cxxflags":
flags.append(self.compiler.cxx_pic_flag)
elif name == "fflags":
flags.append(elf.compiler.fc_pic_flag)
flags.append(self.compiler.fc_pic_flag)
# Quiet warnings/errors about implicit declaration of functions in C99
if name == "cflags":