mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: remove executable from fluidsynth targets exported by cmake
This commit is contained in:
parent
477a2c88be
commit
dd7855af15
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,10 @@ class FluidSynthTarget(base.CMakeStaticDependencyTarget):
|
|||
|
||||
super().configure(state)
|
||||
|
||||
def post_build(self, state: BuildState):
|
||||
super().prepare_source(state)
|
||||
self.keep_module_target(state, 'FluidSynth::libfluidsynth')
|
||||
|
||||
|
||||
class GettextTarget(base.ConfigureMakeStaticDependencyTarget):
|
||||
def __init__(self, name='gettext'):
|
||||
|
|
Loading…
Reference in a new issue