From 643d761491f67609e2fb6ec9161c3e868037f77f Mon Sep 17 00:00:00 2001 From: Valerio Mariani <valerio.mariani@unibas.ch> Date: Tue, 12 Mar 2013 14:12:56 +0100 Subject: [PATCH] Fixed ost_config.in file Commited patched file by mistake --- scripts/ost_config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/ost_config.in b/scripts/ost_config.in index 001309fbb..51786394b 100644 --- a/scripts/ost_config.in +++ b/scripts/ost_config.in @@ -31,13 +31,13 @@ export DYLD_FRAMEWORK_PATH="$DNG_LIBDIR:${DYLD_FRAMEWORK_PATH}" export DYLD_LIBRARY_PATH="$DNG_LIBDIR:${DYLD_LIBRARY_PATH}" export LD_LIBRARY_PATH="$DNG_LIBDIR:${LD_LIBRARY_PATH}" # set QT_PLUGIN_PATH for bundle (commented except in linux bundles) - export QT_PLUGIN_PATH="$BIN_DIR/plugins" +# export QT_PLUGIN_PATH="$BIN_DIR/plugins" # unset PYTHONPATH for bundle (commented except in linux bundles) - unset PYTHONPATH +# unset PYTHONPATH # retrieve absolute path to python executable -pyexec="$DNG_ROOT/bin/python" +pyexec="@PYTHON_BINARY@" if [ ! -x "$pyexec" ]; then echo "Error: Python executable '$pyexec' not found!" -- GitLab