hdf-eos2: fix build when hdf is built without szip (#21788)

This commit is contained in:
Tomoyasu Nojiri
2021-03-26 20:52:22 +09:00
committed by GitHub
parent 3084bd76c1
commit 1be0bf95b3

View File

@@ -92,8 +92,5 @@ def configure_args(self):
if self.spec['zlib']:
extra_args.append('--with-zlib={0}'.format(
self.spec['zlib'].prefix))
if self.spec['szip']:
extra_args.append('--with-szlib={0}'.format(
self.spec['szip'].prefix))
return extra_args