Skip to content

Commit

Permalink
Add --prefix flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorrisi committed Nov 24, 2016
1 parent f17649d commit 2b73fd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ mkdir -p ${WORKSPACE}/${NAME}-${VERSION}/build-${BUILD_NUMBER}
cd ${WORKSPACE}/${NAME}-${VERSION}/build-${BUILD_NUMBER}
CFLAGS="$CFLAGS -I$BZLIB_DIR/include -L$BZLIB_DIR/lib "
../configure \
--prefix=${SOFT_DIR} \
--with-readline=no \
--with-x=no \
--with-blas \
Expand Down

0 comments on commit 2b73fd6

Please sign in to comment.