mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Removed rpcs3-llvm as llvm is already included in flatpak enviro - fix1
This commit is contained in:
parent
dbc3d8fcc8
commit
18abb87c6a
|
@ -933,8 +933,8 @@ modules:
|
|||
buildsystem: cmake-ninja
|
||||
builddir: true
|
||||
build-options:
|
||||
append-ld-library-path: /usr/lib/sdk/llvm14/lib
|
||||
append-path: /usr/lib/sdk/llvm14/bin
|
||||
append-ld-library-path: /usr/lib/sdk/llvm13/lib
|
||||
append-path: /usr/lib/sdk/llvm13/bin
|
||||
cflags: *optflags
|
||||
cflags-override: true
|
||||
cxxflags: *optflags
|
||||
|
|
Loading…
Reference in a new issue