python/build/libs.py: disable expat documentation

This commit is contained in:
Max Kellermann 2018-08-17 16:59:40 +02:00
parent a5cc13b0c5
commit dee591d970
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ libexpat = AutotoolsProject(
'lib/libexpat.a',
[
'--disable-shared', '--enable-static',
'--without-docbook',
],
)