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 dd16009 commit 9100f61Copy full SHA for 9100f61
src/graphics/meson.build
@@ -25,7 +25,7 @@ if replay_video_rendering_enabled
25
)
26
else
27
cpp = meson.get_compiler('cpp')
28
- if host_machine.system() == 'darwin' or host_machine.system() == 'linux' or (cpp.get_id() == 'gcc' and host_machine.system() == 'windows')
+ if host_machine.system() == 'darwin' or host_machine.system() == 'linux'
29
graphics_src_files += files(
30
'video_renderer_unix.cpp',
31
0 commit comments