mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
DNF microarch support when so we can handle this better
(cherry picked from commit bd6d702dd9)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: falcond
|
||||
Version: 1.1.6
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Advanced Linux Gaming Performance Daemon
|
||||
License: MIT
|
||||
URL: https://git.pika-os.com/general-packages/falcond
|
||||
@@ -33,7 +33,7 @@ install -Dm644 %{SOURCE1} %{buildroot}%{_presetdir}/60-%{name}.preset
|
||||
# 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_v3 -s} \
|
||||
%{zig_build_target -r fast -c x86_64_v2 -s} \
|
||||
%elifarch aarch64
|
||||
%{zig_build_target -r fast -s} \
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user