aboutsummaryrefslogtreecommitdiff
path: root/launcher/Launcher.in
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-04-16 21:25:05 +0200
committerGitHub <noreply@github.com>2022-04-16 21:25:05 +0200
commitba5946dc60ba6407f899d27c5a59261ca18c4e0a (patch)
tree9c901faab679ad560ab6f8e5a34c3a7ad54b2eb6 /launcher/Launcher.in
parente11d1b52026a912d49ba6a7e5dd24a92bb962d27 (diff)
parentabdb846c3fd9537b7eda47852ad942bc8498663f (diff)
downloadPrismLauncher-ba5946dc60ba6407f899d27c5a59261ca18c4e0a.tar.gz
PrismLauncher-ba5946dc60ba6407f899d27c5a59261ca18c4e0a.tar.bz2
PrismLauncher-ba5946dc60ba6407f899d27c5a59261ca18c4e0a.zip
Merge pull request #336 from Scrumplex/refactor-portable
Diffstat (limited to 'launcher/Launcher.in')
-rwxr-xr-xlauncher/Launcher.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Launcher.in b/launcher/Launcher.in
index 5e5e2c2b..528e360e 100755
--- a/launcher/Launcher.in
+++ b/launcher/Launcher.in
@@ -21,7 +21,7 @@ echo "Launcher Dir: ${LAUNCHER_DIR}"
# Set up env - filter out input LD_ variables but pass them in under different names
export GAME_LIBRARY_PATH=${GAME_LIBRARY_PATH-${LD_LIBRARY_PATH}}
export GAME_PRELOAD=${GAME_PRELOAD-${LD_PRELOAD}}
-export LD_LIBRARY_PATH="${LAUNCHER_DIR}/bin":$LAUNCHER_LIBRARY_PATH
+export LD_LIBRARY_PATH="${LAUNCHER_DIR}/lib@LIB_SUFFIX@":$LAUNCHER_LIBRARY_PATH
export LD_PRELOAD=$LAUNCHER_PRELOAD
export QT_PLUGIN_PATH="${LAUNCHER_DIR}/plugins"
export QT_FONTPATH="${LAUNCHER_DIR}/fonts"