Files
packages/anda/games/rpcs3/anda.hcl
T
Gilver 362e00903e fix(rpcs3): Don't disable static linking, use Mock (#5347) (#5353)
* fix(rpcs3): Don't disable static linking

Fedora funnies.



* fix: Try Mock?



---------


(cherry picked from commit d09f723c26)

Signed-off-by: Gilver <rockgrub@disroot.org>
Signed-off-by: RockGrub <RockGrub@users.noreply.github.com>
2025-06-13 13:40:01 -05:00

9 lines
100 B
HCL

project pkg {
rpm {
spec = "rpcs3.spec"
}
labels {
mock = 1
}
}