diff --git a/Makefile b/Makefile index e0a3fec..f180f3a 100644 --- a/Makefile +++ b/Makefile @@ -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