From 3613fb107f2b31d0f6535a94bf03835ea33e3079 Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Mon, 8 May 2023 20:39:01 +0200 Subject: [PATCH] Copy `libLLVM-16.so` into the build Fixes https://github.com/flathub/net.rpcs3.RPCS3/issues/1398. --- net.rpcs3.RPCS3.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index ad3683c..cf00ef0 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -85,6 +85,7 @@ modules: - -DUSE_SYSTEM_ZLIB=ON - -Wno-dev post-install: + - cp /usr/lib/sdk/llvm16/lib/libLLVM-16.so /app/lib/ - |- set -eux