Skip to content

Commit

Permalink
Fix build.sh
Browse files Browse the repository at this point in the history
(#null)
  • Loading branch information
yvxiang committed Dec 8, 2016
1 parent af0e619 commit d16bdee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -x
set -x -e

########################################
# download & build depend software
Expand Down Expand Up @@ -65,7 +65,6 @@ if [ ! -f "${FLAG_DIR}/snappy_1_1_1" ] \
|| [ ! -f "${DEPS_PREFIX}/lib/libsnappy.a" ] \
|| [ ! -f "${DEPS_PREFIX}/include/snappy.h" ]; then
cd snappy-1.1.1
autoreconf -ivf
./configure ${DEPS_CONFIG}
make -j4
make install
Expand Down

0 comments on commit d16bdee

Please sign in to comment.