From 25fb7889a511b64103dd1e0d3cc1d574cb85a889 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 10 Sep 2022 21:02:04 -0400 Subject: [PATCH] fix: build against the correct directory --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \