Skip to content
Snippets Groups Projects
Commit 24b9ad7c authored by Yonggang Luo's avatar Yonggang Luo Committed by Marge Bot
Browse files

meson: Enable graw tests on mingw


Signed-off-by: default avatarYonggang Luo <luoyonggang@gmail.com>
Acked-by: Jesse Natalie's avatarJesse Natalie <jenatali@microsoft.com>
Part-of: <mesa/mesa!18016>
parent 4f5d9bd9
No related branches found
No related tags found
Loading
......@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment