mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Bundle libOpengl.so.0 manually. Fixes issue #10226
This commit is contained in:
parent
b09b0bc43b
commit
1ac82546ec
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
|
||||||
ls ./appdir/usr/lib/
|
ls ./appdir/usr/lib/
|
||||||
rm -r ./appdir/usr/share/doc
|
rm -r ./appdir/usr/share/doc
|
||||||
cp "$(readlink -f /lib/x86_64-linux-gnu/libnsl.so.1)" ./appdir/usr/lib/libnsl.so.1
|
cp "$(readlink -f /lib/x86_64-linux-gnu/libnsl.so.1)" ./appdir/usr/lib/libnsl.so.1
|
||||||
|
cp "$(readlink -f /usr/lib/x86_64-linux-gnu/libOpenGL.so.0)" ./appdir/usr/lib/libOpenGL.so.0
|
||||||
export PATH=/rpcs3/build/squashfs-root/usr/bin/:${PATH}
|
export PATH=/rpcs3/build/squashfs-root/usr/bin/:${PATH}
|
||||||
|
|
||||||
# Embed newer libstdc++ for distros that don't come with it (ubuntu 16.04)
|
# Embed newer libstdc++ for distros that don't come with it (ubuntu 16.04)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue