aedi: avoid absolute path to default fluidsynth soundfont

This commit is contained in:
alexey.lysiuk 2021-09-12 10:24:14 +03:00
parent 0ec387c33e
commit c6a577c3e2

View file

@ -110,6 +110,7 @@ class FluidSynthTarget(CMakeStaticDependencyTarget):
opts = state.options
# TODO: Figure out why private dependencies aren't pulled
opts['CMAKE_EXE_LINKER_FLAGS'] = state.run_pkg_config('--libs', 'glib-2.0')
opts['DEFAULT_SOUNDFONT'] = 'default.sf2'
opts['LIB_SUFFIX'] = None
opts['enable-framework'] = 'NO'
opts['enable-readline'] = 'NO'