Skip to content

Commit 2a89fc1

Browse files
committed
makefile fix
1 parent 5e98a17 commit 2a89fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ prepare-travis-env:
1616
wget --no-verbose https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
1717
tar -xzf nginx-${NGINX_VERSION}.tar.gz
1818
ln -s nginx-${NGINX_VERSION} ${NGX_PATH}
19-
cd ${NGX_PATH} && ./auto/configure --with-http_ssl_module --with-cc=$(CC) --add-module=.
19+
cd ${NGX_PATH} && ./auto/configure --with-http_ssl_module --with-cc=$(CC) --add-module=~/project
2020

2121
nginx:
2222
cd ${NGX_PATH} && rm -rf ${NGX_PATH}/objs/src/core/nginx.o && make

0 commit comments

Comments
 (0)