[packages/accesskit-c] - pass target for rust
qboosh
qboosh at pld-linux.org
Sun Sep 14 19:40:42 CEST 2025
commit 677aba0315790872a4496e3ee4f197378885ccd0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Sep 14 19:43:37 2025 +0200
- pass target for rust
accesskit-c.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/accesskit-c.spec b/accesskit-c.spec
index 3a0b45f..48a637e 100644
--- a/accesskit-c.spec
+++ b/accesskit-c.spec
@@ -75,7 +75,8 @@ export CARGO_HOME="$(pwd)/.cargo"
export PKG_CONFIG_ALLOW_CROSS=1
%meson \
- %{!?with_static_libs:--default-library=shared}
+ %{!?with_static_libs:--default-library=shared} \
+ -Dtriplet=%{rust_target}
%meson_build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/accesskit-c.git/commitdiff/677aba0315790872a4496e3ee4f197378885ccd0
More information about the pld-cvs-commit
mailing list