Skip to content

Commit b694d19

Browse files
committed
fix: provisional workaround for failing check for winmm
Signed-off-by: Christopher Arndt <[email protected]>
1 parent edc36f4 commit b694d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtmidi/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if host_machine.system() == 'linux' and alsa_dep.found() and get_option('alsa')
2424
dependencies += [alsa_dep]
2525
endif
2626

27-
if host_machine.system() == 'windows' and winmm_dep.found() and get_option('winmm')
27+
if host_machine.system() == 'windows' and get_option('winmm')
2828
defines += ['-D__WINDOWS_MM__', '/EHsc']
2929
dependencies += [winmm_dep]
3030
endif

0 commit comments

Comments
 (0)