Use dependencies installed by homebrew

This commit is contained in:
2026-04-15 16:37:53 +02:00
parent 388286f72e
commit c0013e9319
+3 -1
View File
@@ -9,7 +9,9 @@ configure:
../nginx/auto/configure \
--prefix=/Users/jona/repos/ngx-pow/nginx/install \
--with-debug \
--add-dynamic-module=/Users/jona/repos/ngx-pow/ngx-http-pow
--add-dynamic-module=/Users/jona/repos/ngx-pow/ngx-http-pow \
--with-cc-opt='-I /opt/homebrew/Cellar/pcre2/10.47_1/include' \
--with-cc-opt='-I /opt/homebrew/opt/openssl@3/include'
.PHONY: run
run: build