Skip to content
Snippets Groups Projects
Commit c1315583 authored by valerio's avatar valerio
Browse files

Fixes for linux 64bit bundle

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2142 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent a6d48451
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,8 @@ export DNG_ROOT=$BIN_DIR/..
export PATH=$BIN_DIR:$PATH
# set ld_library_path and pythonhome for bundle (commented except in linux bundles)
#export LD_LIBRARY_PATH=$DNG_ROOT/@LIBDIR@:$LD_LIBRARY_PATH
#export PYTHONHOME=$DNG_ROOT
#export PYTHONPATH=$DING_ROOT/@LIBDIR@/python2.6
# retrieve absolute path to python executable
pyexec=""
......
......@@ -30,9 +30,9 @@ export DYLD_FRAMEWORK_PATH="$BIN_DIR/../@LIBDIR@:${DYLD_FRAMEWORK_PATH}"
export DYLD_LIBRARY_PATH="$BIN_DIR/../@LIBDIR@:${DYLD_LIBRARY_PATH}"
export LD_LIBRARY_PATH=$DNG_ROOT/@LIBDIR@:$LD_LIBRARY_PATH
# set QT_PLUGIN_PATH and pythonhome for bundle (commented except in linux bundles)
#export PYTHONHOME=$DNG_ROOT
# set QT_PLUGIN_PATH and pythonpath for bundle (commented except in linux bundles)
#export QT_PLUGIN_PATH="$BIN_DIR/plugins"
#export PYTHONPATH=$DING_ROOT/@LIBDIR@/python2.6
# retrieve absolute path to python executable
pyexec=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment