Skip to content

Commit 2db62c3

Browse files
authored
Do not unset LD_LIBRARY_PATH
probonopd#370 (comment)
1 parent fbf3241 commit 2db62c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linuxdeployqt.AppDir/AppRun

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
# This file is being used so that users don't have to unset env vars manually
33
HERE="$(dirname "$(readlink -f "${0}")")"
4-
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
4+
unset QTDIR; unset QT_PLUGIN_PATH # Do not unset LD_LIBRARY_PATH; https://github.com/probonopd/linuxdeployqt/pull/370#issuecomment-489515772
55
exec "${HERE}/usr/bin/linuxdeployqt" "$@"

0 commit comments

Comments
 (0)