mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Revert "RPCS3: updated (might break due to llvm)"
This reverts commit 2d79eeca46
.
This commit is contained in:
parent
3fad4b755d
commit
ca7af4594c
|
@ -859,9 +859,9 @@ modules:
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
build-options:
|
build-options:
|
||||||
# llvm18 is not available in framework 6.5 but in 6.6, so we're trying llvm16 and cross our fingers until Primehack is updated (as Primehack breaks on 6.6)
|
# llvm17 is not available in framework 6.5 but in 6.6, so we're trying llvm16 and cross our fingers until Primehack is updated (as Primehack breaks on 6.6)
|
||||||
#append-ld-library-path: /usr/lib/sdk/llvm18/lib
|
#append-ld-library-path: /usr/lib/sdk/llvm17/lib
|
||||||
#append-path: /usr/lib/sdk/llvm18/bin
|
#append-path: /usr/lib/sdk/llvm17/bin
|
||||||
append-ld-library-path: /usr/lib/sdk/llvm16/lib
|
append-ld-library-path: /usr/lib/sdk/llvm16/lib
|
||||||
append-path: /usr/lib/sdk/llvm16/bin
|
append-path: /usr/lib/sdk/llvm16/bin
|
||||||
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
||||||
|
@ -889,7 +889,7 @@ modules:
|
||||||
- -DUSE_SYSTEM_ZLIB=ON
|
- -DUSE_SYSTEM_ZLIB=ON
|
||||||
- -Wno-dev
|
- -Wno-dev
|
||||||
post-install:
|
post-install:
|
||||||
#- cp /usr/lib/sdk/llvm18/lib/libLLVM.so.18.1 /app/lib/
|
#- cp /usr/lib/sdk/llvm17/lib/libLLVM-17.so /app/lib/
|
||||||
- cp /usr/lib/sdk/llvm16/lib/libLLVM-16.so /app/lib/
|
- cp /usr/lib/sdk/llvm16/lib/libLLVM-16.so /app/lib/
|
||||||
- |-
|
- |-
|
||||||
set -eux
|
set -eux
|
||||||
|
@ -899,7 +899,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/RPCS3/rpcs3.git
|
url: https://github.com/RPCS3/rpcs3.git
|
||||||
commit: feff2ba09e3b4bba230e90e968304f87590fac43
|
commit: 4ecf8ecd06c15f0557e1d9243f31e4c2d7baebe2
|
||||||
|
|
||||||
# RPCS3 - END
|
# RPCS3 - END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue