mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
build script: update fluidsynth to 2.1.6
This commit is contained in:
parent
1b5f2ccfbc
commit
391358ec9d
1 changed files with 2 additions and 2 deletions
4
build.py
4
build.py
|
@ -821,8 +821,8 @@ class FluidSynthTarget(CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, builder: 'Builder'):
|
def prepare_source(self, builder: 'Builder'):
|
||||||
builder.download_source(
|
builder.download_source(
|
||||||
'https://github.com/FluidSynth/fluidsynth/archive/v2.1.5.tar.gz',
|
'https://github.com/FluidSynth/fluidsynth/archive/v2.1.6.tar.gz',
|
||||||
'b539b7c65a650b56f01cd60a4e83c6125c217c5a63c0c214ef6274894a677d00')
|
'328fc290b5358544d8dea573f81cb1e97806bdf49e8507db067621242f3f0b8a')
|
||||||
|
|
||||||
def detect(self, builder: 'Builder') -> bool:
|
def detect(self, builder: 'Builder') -> bool:
|
||||||
return os.path.exists(builder.source_path + 'fluidsynth.pc.in')
|
return os.path.exists(builder.source_path + 'fluidsynth.pc.in')
|
||||||
|
|
Loading…
Reference in a new issue