Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions anda/games/rpcs3/rpcs3.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RPCS3 builds often break with GCC
%global toolchain clang
# Define which LLVM/Clang version RPCS3 needs
%if 0%{?fedora} >= 45
%if 0%{?fedora} >= 46
%global llvm_major 21
%global __cc clang-%{llvm_major}
%global __cxx clang++-%{llvm_major}
Expand All @@ -14,7 +14,7 @@

Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g')
Release: 1%?dist
Release: 2%?dist
Summary: PlayStation 3 emulator and debugger
License: GPL-2.0-only
URL: https://github.com/RPCS3/rpcs3
Expand Down
Loading