Skip to content

Commit

Permalink
python/build/libs.py: fix libopenmpt source path
Browse files Browse the repository at this point in the history
Fixes regression by commit ea23ea2
  • Loading branch information
MaxKellermann committed Jan 13, 2024
1 parent e4cc89b commit 380e0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/build/libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'--without-portaudio', '--without-portaudiocpp', '--without-sndfile',
'--without-flac',
],
base='libopenmpt-0.6.6+release.autotools',
base='libopenmpt-0.7.3+release.autotools',
)

wildmidi = CmakeProject(
Expand Down

0 comments on commit 380e0ab

Please sign in to comment.