]> git.pld-linux.org Git - packages/rust-cbindgen.git/commitdiff
add aarch64 to supported archs
authorJan Palus <atler@pld-linux.org>
Sun, 3 May 2020 18:02:33 +0000 (20:02 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 3 May 2020 18:02:33 +0000 (20:02 +0200)
rust-cbindgen.spec

index 1f9b480ea2857c78fcec6d0c1cbe76608b25e12d..4df6ad18d4466f330dd433c9fc31d34098045f6f 100644 (file)
@@ -18,7 +18,7 @@ Source1:      cbindgen-crates-%{version}.tar.xz
 URL:           https://github.com/eqrion/cbindgen
 BuildRequires: cargo
 BuildRequires: rust
-ExclusiveArch: %{x8664} %{ix86}
+ExclusiveArch: %{x8664} %{ix86} aarch64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.194393 seconds and 4 git commands to generate.