Skip to content

Commit 2b53a6d

Browse files
committed
rpcs shared libs [skip ci]
1 parent 1ff9a65 commit 2b53a6d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

rpcs3/component_launcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
component_name="$(basename "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")"
55
component_path="$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd)"
66

7-
export LD_LIBRARY_PATH="$component_path/lib:$rd_shared_libs:$rd_shared_libs/org.kde.Platform/6.10/:$rd_shared_libs/org.gnome.Platform/49/:$ffmpeg_path/25.08:${DEFAULT_LD_LIBRARY_PATH}"
7+
export LD_LIBRARY_PATH="$component_path/lib:$rd_shared_libs:$rd_shared_libs/org.kde.Platform/6.9/:$rd_shared_libs/org.gnome.Platform/49/:$ffmpeg_path/25.08:${DEFAULT_LD_LIBRARY_PATH}"
88
export QT_PLUGIN_PATH="${QT_PLUGIN_PATH}"
99
export QT_QPA_PLATFORM_PLUGIN_PATH="${QT_QPA_PLATFORM_PLUGIN_PATH}"
1010

rpcs3/component_recipe.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,22 @@
6363
{
6464
"library": "libLLVM.so.20.1",
6565
"source": "lib",
66-
"dest": "lib"
66+
"dest": "shared-libs"
6767
},
6868
{
6969
"library": "libGLEW.so.2.2",
7070
"source": "lib",
71-
"dest": "lib"
71+
"dest": "shared-libs"
7272
},
7373
{
7474
"library": "libGLU.so.1",
7575
"source": "lib",
76-
"dest": "lib"
76+
"dest": "shared-libs"
7777
},
7878
{
7979
"library": "libSDL3.so.0",
8080
"source": "lib",
81-
"dest": "lib"
81+
"dest": "shared-libs"
8282
},
8383
{
8484
"library": "libQt6MultimediaWidgets.so.6",

0 commit comments

Comments
 (0)