Skip to content

Commit

Permalink
fix(anda): %__cargo?
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Sep 27, 2024
1 parent 16e3beb commit 53b06e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion anda/tools/buildsys/anda/rust-anda.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ Summary: %{summary}
%cargo_prep_online

%build
%define __cargo /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' /usr/bin/cargo
%cargo_build
cargo run --release -p xtask -- manpage
cargo run --release -p xtask -- completion

%install
%build_rustflags" | sed 's@-C link-arg=-fuse-ld=mold@@'
%define __cargo /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' /usr/bin/cargo
%cargo_install

mkdir -p %{buildroot}%{_mandir}/man1/
Expand Down

0 comments on commit 53b06e1

Please sign in to comment.