Skip to content

Commit

Permalink
fix copy error
Browse files Browse the repository at this point in the history
  • Loading branch information
hkroeger committed Dec 29, 2018
1 parent c061d2c commit 45fa5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/setenv.sh
Expand Up @@ -3,4 +3,4 @@ SCRPATH=${BASH_SOURCE[0]}
export INSIGHT_THIRDPARTYDIR=$(cd `dirname $SCRPATH`; pwd)

export PATH=$INSIGHT_THIRDPARTYDIR/bin:$PATH
export LD_LIBRARY_PATH=$INSIGHT_THIRDPARTYDIR/lib:LD_LIBRARY_PATH=$INSIGHT_THIRDPARTYDIR/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$INSIGHT_THIRDPARTYDIR/lib:$INSIGHT_THIRDPARTYDIR/lib64:$LD_LIBRARY_PATH

0 comments on commit 45fa5a4

Please sign in to comment.