From 8d87c32654d79dd8504b98ad121fc48c11c854ba Mon Sep 17 00:00:00 2001 From: Lctrs Date: Mon, 20 Jul 2020 10:24:11 +0200 Subject: [PATCH] rpcs3-llvm: cleanup everything --- net.rpcs3.RPCS3.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index 7e82526..eaaac0d 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -197,9 +197,7 @@ modules: - "-DLLVM_ENABLE_Z3_SOLVER=OFF" - "-DCMAKE_CXX_STANDARD=20" cleanup: - - "/bin" - - "/include" - - "/lib/cmake" + - "*" sources: - type: "git" url: "https://github.com/RPCS3/llvm-mirror.git"