Use dependencies installed by homebrew
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user