mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: fix fluidsynth installation step
This commit is contained in:
parent
88d88facf8
commit
f6b33bb142
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class FluidSynthTarget(base.CMakeStaticDependencyTarget):
|
|||
super().configure(state)
|
||||
|
||||
def post_build(self, state: BuildState):
|
||||
super().prepare_source(state)
|
||||
super().post_build(state)
|
||||
self.keep_module_target(state, 'FluidSynth::libfluidsynth')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue