mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Add dsound to Windows dependency list
This commit is contained in:
parent
c0a36f73c0
commit
55778aa644
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ if get_option('shared_fluid') == true
|
||||||
fluidsynth = dependency('fluidsynth', static: build_static)
|
fluidsynth = dependency('fluidsynth', static: build_static)
|
||||||
add_project_arguments('-DSHARED_FLUID', language: 'cpp')
|
add_project_arguments('-DSHARED_FLUID', language: 'cpp')
|
||||||
global_dependencies += fluidsynth
|
global_dependencies += fluidsynth
|
||||||
|
global_dependencies += compilers['cpp'].find_library('dsound')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if get_option('default_framerate') == true
|
if get_option('default_framerate') == true
|
||||||
|
|
Loading…
Add table
Reference in a new issue