diff --git a/bin/compile b/bin/compile index 5fb4cc4..af2549d 100755 --- a/bin/compile +++ b/bin/compile @@ -84,7 +84,7 @@ if [[ ! -f "${CACHE_DIR}/bin/nginx" ]]; then suppress ./configure \ --with-cpu-opt=generic \ --prefix="$BUILD_DIR/nginx" \ - --with-pcre=../pcre-${PCRE_VERSION} \ + --with-pcre=../pcre2-${PCRE_VERSION} \ --sbin-path=. \ --pid-path=./nginx.pid \ --conf-path=./nginx.conf \