Skip to content

Commit

Permalink
Fix #10 export LD_LIBRARY_PATH in build-thirdparty.sh (#13)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
morningman authored and imay committed Aug 16, 2017
1 parent 7d1c2b8 commit aeebbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/build-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aeebbcc

Please sign in to comment.