1
0
Fork 0

Set LD_LIBRARY_PATH in the linux build script

This commit is contained in:
James Turner 2017-12-25 17:04:47 +00:00
parent 3408da4f40
commit 195f123c05

View file

@ -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