Skip to content

Commit

Permalink
build & install
Browse files Browse the repository at this point in the history
  • Loading branch information
guangqianpeng committed May 4, 2018
1 parent 4f194c4 commit 1072dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -x

SOURCE_DIR=`pwd`
BUILD_DIR=${BUILD_DIR:-./build}
INSTALL_DIR=${INSTALL_DIR:-../install}
BUILD_DIR=${BUILD_DIR:-${SOURCE_DIR}/build}
INSTALL_DIR=${INSTALL_DIR:-${SOURCE_DIR}/install}

mkdir -p $BUILD_DIR \
&& cd $BUILD_DIR \
Expand Down

0 comments on commit 1072dcc

Please sign in to comment.