mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-02-28 16:33:35 +00:00
fix(copr): install aarch64 specific build dependencies
This commit is contained in:
parent
a77f37146d
commit
cb5152f12a
1 changed files with 3 additions and 0 deletions
|
@ -17,7 +17,10 @@ BuildRequires: rust
|
||||||
BuildRequires: cargo
|
BuildRequires: cargo
|
||||||
BuildRequires: just
|
BuildRequires: just
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
|
%ifarch x86_64
|
||||||
|
BuildRequires: aarch64-linux-gnu-gcc
|
||||||
BuildRequires: musl-devel
|
BuildRequires: musl-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
Requires: libstdc++
|
Requires: libstdc++
|
||||||
|
|
Loading…
Add table
Reference in a new issue