Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox authored Jun 3, 2024
1 parent 2c9bef0 commit 7fd8f1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nginx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ fi

if [ "$LIBRESSL" = "y" ]; then
NGX_SSL_LIB="--with-openssl=../libressl"
QUIC_VALID="YES"
LIBRESSL_VALID="YES"
OPENSSL_OPT=""
else
Expand All @@ -283,7 +282,9 @@ else
fi
NGX_SSL_LIB=""
OPENSSL_VALID="from system"
LIBSSL_DEV="libssl-dev"
if [ "$TRAVIS_BUILD" != "1" ]; then
LIBSSL_DEV="libssl-dev"
fi

fi

Expand Down

0 comments on commit 7fd8f1d

Please sign in to comment.