* 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:
2
thirdparty/build-thirdparty.sh
vendored
2
thirdparty/build-thirdparty.sh
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user