We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e3a7b commit 656b0a7Copy full SHA for 656b0a7
1 file changed
data/scripts/Linux-AppImage/AppRun
@@ -249,7 +249,7 @@ setup_vaapi() {
249
250
setup_wayland() {
251
# use bundled Wayland libs only when not present in system
252
- sdl_l=$DIR/usr/lib/libSDL2-2.0.so.0
+ sdl_l=$(echo "$DIR"/usr/lib/libSDL[2-9][.-]*so*)
253
LOADER=$(get_loader)
254
if [ -x "$LOADER" ] && [ -f "$sdl_l" ]; then
255
ldd=$(LD_TRACE_LOADED_OBJECTS=1 "$LOADER" "$sdl_l")
0 commit comments