chore: Update Zig specs using %zig_build_target -c (#9499) (#9501)

(cherry picked from commit d19e52c718)

Co-authored-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Raboneko
2026-01-26 01:20:54 -08:00
committed by GitHub
parent 596b733053
commit cc7fa14417
+2 -2
View File
@@ -2,7 +2,7 @@
Name: falcond
Version: 1.2.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Advanced Linux Gaming Performance Daemon
License: MIT
URL: https://git.pika-os.com/general-packages/falcond
@@ -33,7 +33,7 @@ install -Dm644 debian/%{name}.service -t %{buildroot}%{_unitdir}
# When DNF supports microarchitectures the fallback option for -c can be used here instead
DESTDIR="%{buildroot}" \
%ifarch x86_64
%{zig_build_target -r fast -c x86_64_v2 -s} \
%{zig_build_target -r fast -cx86_64_v2 -s} \
%elifarch aarch64
%{zig_build_target -r fast -s} \
%endif