Set LD_LIBRARY_PATH in the linux build script
This commit is contained in:
parent
3408da4f40
commit
195f123c05
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ fi
|
|||
|
||||
VERSION=`cat flightgear/version`
|
||||
|
||||
#####################################################################################
|
||||
# ensure fgrcc can run when linked against libSimGearCore, for example
|
||||
export LD_LIBRARY_PATH=$WORKSPACE/dist/lib64:$WORKSPACE/dist/lib:$LD_LIBRARY_PATH
|
||||
|
||||
#####################################################################################
|
||||
# remove old and create fresh build directories
|
||||
cd $WORKSPACE
|
||||
|
|
Loading…
Add table
Reference in a new issue