mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +00:00
MISSING_LIBS: trying to fetch libshaderc
This commit is contained in:
parent
4143f28f12
commit
4ab5421397
|
@ -535,7 +535,7 @@ modules:
|
|||
missing_libs=$(find "${FLATPAK_DEST}/bin" -type f -exec ldd {} + 2>/dev/null | grep "not found" | awk '{print $1}' | sort | uniq)
|
||||
|
||||
# for some reason these libraries are not recognized as missing so we mantain this list
|
||||
manually_imported="libpostproc.so.56 libswscale.so.6"
|
||||
manually_imported="libpostproc.so.56 libswscale.so.6 libshaderc_shared.so.1"
|
||||
|
||||
missing_libs="$missing_libs $manually_imported"
|
||||
|
||||
|
|
Loading…
Reference in a new issue