Source: written by Gluzskiy Alexandr Reason: fix crosscompilling Upstream: not submitted, feel free to do it diff --git a/src/mesa/meson.build b/src/mesa/meson.build index 29633691ee7..2db6c7d662e 100644 --- a/src/mesa/meson.build +++ b/src/mesa/meson.build @@ -607,6 +607,7 @@ if with_asm_arch == 'x86' or with_asm_arch == 'x86_64' 'x86/gen_matypes.c', c_args : [c_vis_args, c_msvc_compat_args], include_directories : inc_common, + native: true ) matypes_h = custom_target( 'matypes.h',