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 1e76026 commit ed5eb85Copy full SHA for ed5eb85
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