We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e98a17 commit 2a89fc1Copy full SHA for 2a89fc1
Makefile
@@ -16,7 +16,7 @@ prepare-travis-env:
16
wget --no-verbose https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
17
tar -xzf nginx-${NGINX_VERSION}.tar.gz
18
ln -s nginx-${NGINX_VERSION} ${NGX_PATH}
19
- cd ${NGX_PATH} && ./auto/configure --with-http_ssl_module --with-cc=$(CC) --add-module=.
+ cd ${NGX_PATH} && ./auto/configure --with-http_ssl_module --with-cc=$(CC) --add-module=~/project
20
21
nginx:
22
cd ${NGX_PATH} && rm -rf ${NGX_PATH}/objs/src/core/nginx.o && make
0 commit comments