From b2facf890699119f5bc40ad81603e54b02243cb9 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Sat, 20 Apr 2024 00:41:48 +0200 Subject: [PATCH] fix: copy libLLVM.so.18.1 instead of libLLVM-18.so --- net.rpcs3.RPCS3.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index 6ad1039..e40623c 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -76,7 +76,7 @@ modules: - -DUSE_SYSTEM_ZLIB=ON - -Wno-dev post-install: - - cp /usr/lib/sdk/llvm18/lib/libLLVM-18.so /app/lib/ + - cp /usr/lib/sdk/llvm18/lib/libLLVM.so.18.1 /app/lib/ - |- set -eux @@ -88,4 +88,4 @@ modules: - type: git url: https://github.com/RPCS3/rpcs3.git branch: master - commit: 1444981bdc732a4b98d59021e4c252a70a138014 + commit: 7485ec2223225d6fff66a44437885036b1c49884