From 586ad02b9cf84a4524fe7b28b343a33c7220addc Mon Sep 17 00:00:00 2001 From: Echo J Date: Sat, 17 May 2025 14:00:34 +0300 Subject: [PATCH] subprojects: Don't use native option for rustc-hash dependency This should fix the 32-bit NVK build Part-of: --- subprojects/packagefiles/rustc-hash/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/subprojects/packagefiles/rustc-hash/meson.build b/subprojects/packagefiles/rustc-hash/meson.build index 4da750c91b1..5d26d349484 100644 --- a/subprojects/packagefiles/rustc-hash/meson.build +++ b/subprojects/packagefiles/rustc-hash/meson.build @@ -15,7 +15,6 @@ lib = static_library( rust_args : rust_args, override_options : ['rust_std=2021', 'build.rust_std=2021'], rust_abi : 'rust', - native : true, ) dep_rustc_hash = declare_dependency(