Skip to content

Commit

Permalink
Adding --without-gvc flag to configure
Browse files Browse the repository at this point in the history
As per
ello#17 (comment)
t-352130869
  • Loading branch information
einSelbst committed Jan 10, 2018
1 parent 4accb2e commit cf25c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ ! -f $CACHE_FILE ]; then
cd $IMAGE_MAGICK_DIR
export CPPFLAGS="-I$INSTALL_DIR/include"
export LDFLAGS="-L$INSTALL_DIR/lib"
./configure --prefix=$INSTALL_DIR
./configure --prefix=$INSTALL_DIR --without-gvc
make && make install
cd ..
rm -rf $IMAGE_MAGICK_DIR
Expand Down

0 comments on commit cf25c05

Please sign in to comment.