gdal: fixing typo for libxml2 (#31734)
This commit is contained in:
parent
8cde20997d
commit
885a7a1979
@ -632,7 +632,7 @@ def configure_args(self):
|
|||||||
else:
|
else:
|
||||||
args.extend([
|
args.extend([
|
||||||
self.with_or_without(
|
self.with_or_without(
|
||||||
'xml2', variant='libxml2', package='libxlm2', attribute='command'
|
'xml2', variant='libxml2', package='libxml2', attribute='command'
|
||||||
),
|
),
|
||||||
self.with_or_without('mongocxx', variant='mongocxx'),
|
self.with_or_without('mongocxx', variant='mongocxx'),
|
||||||
self.with_or_without(
|
self.with_or_without(
|
||||||
|
Loading…
Reference in New Issue
Block a user