From ec79f0c3cc5a32dfbdf56dff9d83f8f86e8bc98b Mon Sep 17 00:00:00 2001 From: Echo J Date: Thu, 8 Aug 2024 10:42:36 +0300 Subject: [PATCH] compiler/rust: Force native build for the compiler_proc library This should fix the 32-bit build of NVK (with NAK included) Fixes: ab72be6c5e9 ("nak,compiler: Move AsSlice to common code") Reviewed-by: Faith Ekstrand Part-of: --- src/compiler/rust/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/rust/meson.build b/src/compiler/rust/meson.build index 2316f6a87cf..c6928580888 100644 --- a/src/compiler/rust/meson.build +++ b/src/compiler/rust/meson.build @@ -108,6 +108,7 @@ _libcompiler_proc_rs = static_library( gnu_symbol_visibility : 'hidden', dependencies : [dep_syn], rust_abi : 'rust', + native : true, ) idep_compiler_proc_rs = declare_dependency(