Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Add --without-gvc flag for heroku-16 stack
Browse files Browse the repository at this point in the history
As discussed in ello#17.
  • Loading branch information
henrik committed Sep 5, 2018
1 parent 0e91090 commit f3cf9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [ ! -f $CACHE_FILE ]; then
cd $IMAGE_MAGICK_DIR
export CPPFLAGS="-I$INSTALL_DIR/include"
export LDFLAGS="-L$INSTALL_DIR/lib"
./configure --with-zero-configuration --prefix=$INSTALL_DIR
./configure --with-zero-configuration --prefix=$INSTALL_DIR --without-gvc
make && make install
cd ..
rm -rf $IMAGE_MAGICK_DIR
Expand Down

0 comments on commit f3cf9ef

Please sign in to comment.