Skip to content

Commit

Permalink
Fix Libbrotli
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox committed Aug 29, 2019
1 parent 47781cd commit 40e3a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,9 @@ fi
##################################

if [ $DISTRO_CODENAME = "jessie" ]; then
LIBBROTLI_DEV = ""
LIBBROTLI_DEV=""
else
LIBBROTLI_DEV = "libbrotli-dev"
LIBBROTLI_DEV="libbrotli-dev"
fi

##################################
Expand Down

0 comments on commit 40e3a5d

Please sign in to comment.