Skip to content
Snippets Groups Projects
Commit 10e50da5 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: add ROOT libraries to LD_LIBRARY_PATH

parent 9337637f
Branches
Tags
1 merge request!396fix: add ROOT libraries to LD_LIBRARY_PATH
#!/bin/bash
# FIXME: add ROOT libraries to LD_LIBRARY_PATH until removal can be tested
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/root
export BINARY_TAG=x86_64-linux-gcc9-opt
if [ ! -z ${EIC_SHELL_PREFIX} ]; then
if [ "$LD_LIBRARY_PATH" != *"${EIC_SHELL_PREFIX}/lib"* ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment