mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
meson: Enable graw tests on mingw
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18016>
This commit is contained in:
parent
4f5d9bd9a0
commit
24b9ad7cd5
1 changed files with 1 additions and 5 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue