aedi: fix fluidsynth installation step

This commit is contained in:
alexey.lysiuk 2023-06-14 16:49:54 +03:00
parent 88d88facf8
commit f6b33bb142
1 changed files with 1 additions and 1 deletions

View File

@ -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')