aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/linux_tools/wrapper.sh
diff options
context:
space:
mode:
authorArmin Weatherwax2010-01-01 13:38:07 +0100
committerJacek Antonelli2010-01-03 16:32:15 -0600
commitf33e5d0f5e568e5ec8f728147674c189e71aae53 (patch)
treef5df5e86654b3becac70e44998165d0ec8eb97d8 /linden/indra/newview/linux_tools/wrapper.sh
parentFix filepicker not working in 64bit build. (diff)
downloadmeta-impy-f33e5d0f5e568e5ec8f728147674c189e71aae53.zip
meta-impy-f33e5d0f5e568e5ec8f728147674c189e71aae53.tar.gz
meta-impy-f33e5d0f5e568e5ec8f728147674c189e71aae53.tar.bz2
meta-impy-f33e5d0f5e568e5ec8f728147674c189e71aae53.tar.xz
Several changes to the 64bit build.
- lib folder becomes lib64, - lib32 folder prepared (for voice libs), - pango removed - gdk_pixbuf removed (Cherry picked by Jacek from da4c5189)
Diffstat (limited to 'linden/indra/newview/linux_tools/wrapper.sh')
-rwxr-xr-xlinden/indra/newview/linux_tools/wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh
index cb07784..83db679 100755
--- a/linden/indra/newview/linux_tools/wrapper.sh
+++ b/linden/indra/newview/linux_tools/wrapper.sh
@@ -119,7 +119,7 @@ fi
119 119
120export GST_PLUGIN_PATH="${GST_PLUGIN_PATH}:${RUN_PATH}/lib/gstreamer-plugins/" 120export GST_PLUGIN_PATH="${GST_PLUGIN_PATH}:${RUN_PATH}/lib/gstreamer-plugins/"
121if [ "`uname -m`" = "x86_64" ]; then 121if [ "`uname -m`" = "x86_64" ]; then
122 export SL_ENV='LD_LIBRARY_PATH="`pwd`"/lib:"`pwd`"/app_settings/mozilla-runtime-linux-x86_64:"${LD_LIBRARY_PATH}"' 122 export SL_ENV='LD_LIBRARY_PATH="`pwd`"/lib64:"`pwd`"/lib32:"`pwd`"/app_settings/mozilla-runtime-linux-x86_64:"${LD_LIBRARY_PATH}"'
123else 123else
124 export SL_ENV='LD_LIBRARY_PATH="`pwd`"/lib:"`pwd`"/app_settings/mozilla-runtime-linux-i686:"${LD_LIBRARY_PATH}"' 124 export SL_ENV='LD_LIBRARY_PATH="`pwd`"/lib:"`pwd`"/app_settings/mozilla-runtime-linux-i686:"${LD_LIBRARY_PATH}"'
125fi 125fi