Commit 833055bf authored by Kenton Varda's avatar Kenton Varda

Fix test script when LD_LIBRARY_PATH is not already set.

parent cd5c4e7a
......@@ -113,7 +113,7 @@ STAGING=$PWD/tmp-staging
mkdir $STAGING/bin
mkdir $STAGING/lib
export PATH=$STAGING/bin:$PATH
export LD_LIBRARY_PATH=$STAGING/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$STAGING/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
echo "========================================================================="
echo "Building compiler"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment