mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-21 11:00:56 +00:00
aedi: avoid absolute path to default fluidsynth soundfont
This commit is contained in:
parent
0ec387c33e
commit
c6a577c3e2
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue