Skip to content
Snippets Groups Projects
Commit c6ef3d26 authored by Valerio Mariani's avatar Valerio Mariani
Browse files

Fixed ost_config.in file

Commited patched file by mistake
parent 9d6030a9
Branches
Tags
No related merge requests found
......@@ -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!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment