mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
aedi: link zdoom base target with glib
zmusic uses embedded fluidsynth since 1.1.11
This commit is contained in:
parent
09d50b39ed
commit
6a28d16f6f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class ZDoomBaseTarget(CMakeMainTarget):
|
|||
|
||||
def configure(self, state: BuildState):
|
||||
opts = state.options
|
||||
opts['CMAKE_EXE_LINKER_FLAGS'] += state.run_pkg_config('--libs', 'fluidsynth', 'libmpg123')
|
||||
opts['CMAKE_EXE_LINKER_FLAGS'] += state.run_pkg_config('--libs', 'glib-2.0', 'libmpg123', 'openal', 'sndfile')
|
||||
opts['PK3_QUIET_ZIPDIR'] = 'YES'
|
||||
opts['DYN_OPENAL'] = 'NO'
|
||||
|
||||
|
|
Loading…
Reference in a new issue