From 24b9ad7cd5ebc7cfa5d03cf0f243ea4841c971b9 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Thu, 11 Aug 2022 10:24:31 +0800 Subject: [PATCH] meson: Enable graw tests on mingw Signed-off-by: Yonggang Luo Acked-by: Jesse Natalie Part-of: --- src/gallium/tests/meson.build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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')