From ac9fa1206142925d42efc42112e70095512ff6c4 Mon Sep 17 00:00:00 2001 From: xargon Date: Tue, 14 Jun 2022 10:09:44 +0200 Subject: [PATCH] Removed rpcs3-llvm as llvm is already included in flatpak enviro --- net.retrodeck.retrodeck.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index b96cf8df..6654115d 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -879,7 +879,7 @@ modules: - shared-modules/glew/glew.json # llvm13 is already included in the flathub enviornment, letÅ› see if it's working correctly as this module fails - + # - name: rpcs3-llvm # buildsystem: cmake-ninja # builddir: true @@ -928,6 +928,7 @@ modules: # url: https://github.com/intel/ittapi.git # dest: ittapi/ittapi # disable-shallow-clone: true + - name: rpcs3 buildsystem: cmake-ninja