Fix #10 export LD_LIBRARY_PATH in build-thirdparty.sh (#13)

* modify thirdparty/build-thirdparty.sh to fix compilation bug of thrift. (#10)
update pre-compile binaries.

* fix export LD_LIBRARY_PATH in build-thirdparty.sh

* fix export LD_LIBRARY_PATH in build-thirdparty.sh
This commit is contained in:
morningman
2017-08-16 10:21:21 +08:00
committed by Zhao Chun
parent 7d1c2b87ca
commit aeebbcc9b4

View File

@ -50,7 +50,7 @@ fi
mkdir -p $TP_DIR/src
mkdir -p $TP_DIR/installed
export LD_LIBRARY_PATH=$TP_DIR/installed/lib
export LD_LIBRARY_PATH=$TP_DIR/installed/lib:$LD_LIBRARY_PATH
# Download thirdparties.
# If you already run *download-thirdparty.sh*, this is a double check