mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +00:00
Bump Qt to 6.6 and LLVM to 17
This commit is contained in:
parent
1e5882534e
commit
37002a0743
|
@ -1,9 +1,9 @@
|
|||
id: net.rpcs3.RPCS3
|
||||
runtime: org.kde.Platform
|
||||
runtime-version: '6.5'
|
||||
runtime-version: '6.6'
|
||||
sdk: org.kde.Sdk
|
||||
sdk-extensions:
|
||||
- org.freedesktop.Sdk.Extension.llvm16
|
||||
- org.freedesktop.Sdk.Extension.llvm17
|
||||
command: rpcs3
|
||||
rename-desktop-file: rpcs3.desktop
|
||||
rename-appdata-file: rpcs3.metainfo.xml
|
||||
|
@ -50,8 +50,8 @@ modules:
|
|||
buildsystem: cmake-ninja
|
||||
builddir: true
|
||||
build-options:
|
||||
append-ld-library-path: /usr/lib/sdk/llvm16/lib
|
||||
append-path: /usr/lib/sdk/llvm16/bin
|
||||
append-ld-library-path: /usr/lib/sdk/llvm17/lib
|
||||
append-path: /usr/lib/sdk/llvm17/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
|
||||
|
@ -77,7 +77,7 @@ modules:
|
|||
- -DUSE_SYSTEM_ZLIB=ON
|
||||
- -Wno-dev
|
||||
post-install:
|
||||
- cp /usr/lib/sdk/llvm16/lib/libLLVM-16.so /app/lib/
|
||||
- cp /usr/lib/sdk/llvm17/lib/libLLVM-17.so /app/lib/
|
||||
- |-
|
||||
set -eux
|
||||
|
||||
|
|
Loading…
Reference in a new issue