From 29b4e7564b2bba753039fc7c26e5dcd3d2155dc2 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Thu, 18 Apr 2024 22:39:37 +0200 Subject: [PATCH] fix llvm dir --- net.rpcs3.RPCS3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index faa996b..b5fcd81 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/llvm17/lib/libLLVM-18.so /app/lib/ + - cp /usr/lib/sdk/llvm18/lib/libLLVM-18.so /app/lib/ - |- set -eux