python/build/libs.py: fix libopenmpt source path

Fixes regression by commit ea23ea28ce
This commit is contained in:
Max Kellermann 2024-01-13 22:50:47 +01:00
parent e4cc89b2d9
commit 380e0abbe4
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ libopenmpt = AutotoolsProject(
'--without-portaudio', '--without-portaudiocpp', '--without-sndfile',
'--without-flac',
],
base='libopenmpt-0.6.6+release.autotools',
base='libopenmpt-0.7.3+release.autotools',
)
wildmidi = CmakeProject(