mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
RPCS3: updated to latest llvm16 build
This commit is contained in:
parent
45ceba3aba
commit
0d4fdca0f0
|
@ -958,8 +958,8 @@ modules:
|
|||
buildsystem: cmake-ninja
|
||||
builddir: true
|
||||
build-options:
|
||||
append-ld-library-path: /usr/lib/sdk/llvm17/lib
|
||||
append-path: /usr/lib/sdk/llvm17/bin
|
||||
append-ld-library-path: /usr/lib/sdk/llvm16/lib
|
||||
append-path: /usr/lib/sdk/llvm16/bin
|
||||
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
||||
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
||||
-fcf-protection -fno-omit-frame-pointer
|
||||
|
@ -985,7 +985,7 @@ modules:
|
|||
- -DUSE_SYSTEM_ZLIB=ON
|
||||
- -Wno-dev
|
||||
post-install:
|
||||
- cp /usr/lib/sdk/llvm17/lib/libLLVM-17.so /app/lib/
|
||||
- cp /usr/lib/sdk/llvm16/lib/libLLVM-16.so /app/lib/
|
||||
- |-
|
||||
set -eux
|
||||
COMM_TAG="$(awk -F'[\{,]' '/version{.*}/{printf "%d.%d.%d", $2, $3, $4}' ../rpcs3/rpcs3_version.cpp)"
|
||||
|
@ -994,7 +994,7 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/RPCS3/rpcs3.git
|
||||
commit: ab6bcd32a99eaf7eac37de303ff2cfd71ebee799
|
||||
commit: f9d213650cfe4733937c43d93de91a17f8582820
|
||||
|
||||
# RPCS3 - END
|
||||
|
||||
|
|
Loading…
Reference in a new issue