Skip to content
Snippets Groups Projects
Commit c30420af authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

adjust to changed library location

parent 16297a94
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ if test "$(uname -m)" = "x86_64" ; then
else
libdir=$(cd ${bindir}/../lib ; pwd)
fi
LD_LIBRARY_PATH="${libdir}:${LD_LIBRARY_PATH}" "${bindir}/qtcreator.bin" ${1+"$@"}
LD_LIBRARY_PATH="${libdir}/qtcreator:${LD_LIBRARY_PATH}" exec "${bindir}/qtcreator.bin" ${1+"$@"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment