hdf-eos2: fix build when hdf is built without szip (#21788)
This commit is contained in:
parent
3084bd76c1
commit
1be0bf95b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user