python/build/libs.py: disable building libopenmpt cli

Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com>
This commit is contained in:
Shen-Ta Hsieh 2021-11-04 21:53:02 +08:00
parent 3e05cba30e
commit a3764e533c
No known key found for this signature in database
GPG Key ID: DF7FED2B0492FA77
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ libopenmpt = AutotoolsProject(
'lib/libopenmpt.a',
[
'--disable-shared', '--enable-static',
'--disable-openmpt123',
'--without-mpg123', '--without-ogg', '--without-vorbis', '--without-vorbisfile',
'--without-portaudio', '--without-portaudiocpp', '--without-sndfile',
],