mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-04 01:11:15 +00:00
aedi: update fluidsynth to 2.4.1
This commit is contained in:
parent
169667614d
commit
a50f6d8c2e
1 changed files with 2 additions and 3 deletions
|
@ -54,9 +54,8 @@ class FluidSynthTarget(base.CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.0.tar.gz',
|
||||
'fd4d216a3030abc56a339985ab0506328660cd77b2d71dd98c240c58c03d8f7f',
|
||||
patches='fluidsynth-sf3-support')
|
||||
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.1.tar.gz',
|
||||
'd1e64155ac902116ed3d4dea512719d8c04ab3877db2e8fb160284379f570a2f')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
opts = state.options
|
||||
|
|
Loading…
Reference in a new issue