We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc36f4 commit b694d19Copy full SHA for b694d19
rtmidi/meson.build
@@ -24,7 +24,7 @@ if host_machine.system() == 'linux' and alsa_dep.found() and get_option('alsa')
24
dependencies += [alsa_dep]
25
endif
26
27
-if host_machine.system() == 'windows' and winmm_dep.found() and get_option('winmm')
+if host_machine.system() == 'windows' and get_option('winmm')
28
defines += ['-D__WINDOWS_MM__', '/EHsc']
29
dependencies += [winmm_dep]
30
0 commit comments