hdf5: fix typo (#23415)
This commit is contained in:
parent
c7fb93b1d7
commit
6394604d0a
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user