mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
aedi: update fluidsynth to 2.1.8
This commit is contained in:
parent
8798400d6b
commit
4edad0b8b3
1 changed files with 2 additions and 2 deletions
|
@ -157,8 +157,8 @@ class FluidSynthTarget(CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/FluidSynth/fluidsynth/archive/v2.1.7.tar.gz',
|
'https://github.com/FluidSynth/fluidsynth/archive/v2.1.8.tar.gz',
|
||||||
'365a1c0982efcaff724a7b05d26ce1db76bc7435aa4c239df61cbc87f04b6c90')
|
'a254efceff5d99f8d658d12d25318317f37307e6df852ec9baeb7da173496967')
|
||||||
|
|
||||||
def detect(self, state: BuildState) -> bool:
|
def detect(self, state: BuildState) -> bool:
|
||||||
return os.path.exists(state.source + 'fluidsynth.pc.in')
|
return os.path.exists(state.source + 'fluidsynth.pc.in')
|
||||||
|
|
Loading…
Reference in a new issue