From 55778aa64447ab65a39ee52871058815473ceb70 Mon Sep 17 00:00:00 2001 From: Roza Date: Wed, 6 Jan 2021 03:51:47 -0500 Subject: [PATCH] Add dsound to Windows dependency list --- src/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meson.build b/src/meson.build index 8ad7c2af..550e0fe6 100755 --- a/src/meson.build +++ b/src/meson.build @@ -76,6 +76,7 @@ if get_option('shared_fluid') == true fluidsynth = dependency('fluidsynth', static: build_static) add_project_arguments('-DSHARED_FLUID', language: 'cpp') global_dependencies += fluidsynth + global_dependencies += compilers['cpp'].find_library('dsound') endif if get_option('default_framerate') == true