commit 3f2d3aa
hovercats
·
2024-10-07 17:13:01 +0000 UTC
parent 6f95c70
mesa: add a fix for muon for rust-std
1 files changed,
+5,
-0
+5,
-0
1@@ -13,6 +13,11 @@ mv -f _ meson.build
2 sed "/pre_args += '-DUSE_ELF_TLS'/d" meson.build > _
3 mv -f _ meson.build
4
5+# rust_std is not (yet?) supported by muon, and we should try
6+# to avoid a hard rust dependency here if possible.
7+sed '/rust_std=2021/d' meson.build > _
8+mv -f _ meson.build
9+
10 meson setup \
11 -Dprefix=/usr \
12 -Dsysconfdir=/etc \