Skip to content

anv: fix compile-errors when building tests on i686

Erik Faye-Lund requested to merge kusma/mesa:anv-tests-i686 into master

When building the tests on Meson on i686, we currently get compile-errors due to missing the -m32 compile-flag. Similarly, we get compile-warnings when using Autotools.

Merge request reports