diff --git a/src/gallium/tests/meson.build b/src/gallium/tests/meson.build index e7fdf5aa39f..97e4b9891ed 100644 --- a/src/gallium/tests/meson.build +++ b/src/gallium/tests/meson.build @@ -26,8 +26,4 @@ if with_gallium_softpipe subdir('unit') endif -if host_machine.system() != 'windows' or cpp.get_id() != 'gcc' - # FIXME: This has linking errors I can't figure out with MinGW. works fine - # with MSVC, works fine with GCC on Linux. - subdir('graw') -endif +subdir('graw')