From 380e0abbe4396c8690d9ce6c5c472f0b7d1184eb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 13 Jan 2024 22:50:47 +0100 Subject: [PATCH] python/build/libs.py: fix libopenmpt source path Fixes regression by commit ea23ea28ce7f57a021d0fab017f5e62dc3104c36 --- python/build/libs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/build/libs.py b/python/build/libs.py index ae60c27e7..526abbf64 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -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(