python/build/libs.py: disable expat documentation
This commit is contained in:
parent
a5cc13b0c5
commit
dee591d970
|
@ -370,6 +370,7 @@ libexpat = AutotoolsProject(
|
|||
'lib/libexpat.a',
|
||||
[
|
||||
'--disable-shared', '--enable-static',
|
||||
'--without-docbook',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue