fix: build against the correct directory

This commit is contained in:
Jose Diaz-Gonzalez 2022-09-10 21:02:04 -04:00
parent 6381244e26
commit 25fb7889a5
1 changed files with 1 additions and 1 deletions

View File

@ -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 \