I can't figure out why symbols are being exposed that shouldn't. --- src/gallium/tests/meson.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/gallium/tests/meson.build b/src/gallium/tests/meson.build index 15b9f549647..1d08da2ac10 100644 --- a/src/gallium/tests/meson.build +++ b/src/gallium/tests/meson.build @@ -25,4 +25,8 @@ endif if with_gallium_softpipe subdir('unit') endif -subdir('graw') +if host_machine.system() == 'windows' and cpp.get_id() != 'gcc' + # This has linking errors I can't figure out with MinGW. works fine with + # MSVC, works fine with GCC on Linux. + subdir('graw') +endif -- 2.18.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev