Skip to content

Commit

Permalink
Added lib64 path for Rocky Linux testing of libraw.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 27, 2023
1 parent 61e83be commit 2d24690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrv2/bin/environment.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dir=${dir%/*}
# Add mrv2's lib directory first to LD_LIBRARY_PATH (Linux)
# or DYLD_FALLBACK_LIBRARY_PATH (macOS)
#
export LD_LIBRARY_PATH="${dir}/lib:${LD_LIBRARY_PATH}:/usr/lib64:/usr/lib"
export LD_LIBRARY_PATH="${dir}/lib64:${dir}/lib:${LD_LIBRARY_PATH}:/usr/lib64:/usr/lib"
export DYLD_FALLBACK_LIBRARY_PATH="${LD_LIBRARY_PATH}"
export PYTHONPATH="${dir}/../../..:${dir}/lib/python310.zip:${dir}/lib/python@MRV2_PYTHON_VERSION@:${dir}/lib/python@MRV2_PYTHON_VERSION@:${dir}/lib/python@MRV2_PYTHON_VERSION@/lib-dynload:${dir}/lib/python@MRV2_PYTHON_VERSION@/site-packages:${PYTHONPATH}"

Expand Down

0 comments on commit 2d24690

Please sign in to comment.