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 d2fe67e commit ffea763Copy full SHA for ffea763
.github/workflows/nginx.yaml
@@ -40,7 +40,7 @@ env:
40
--with-pcre=objs/lib/pcre
41
--with-zlib=objs/lib/zlib
42
--with-openssl=objs/lib/openssl
43
- --with-openssl-opt="no-asm no-module no-tests -D_WIN32_WINNT=0x0601"
+ --with-openssl-opt="no-asm no-module no-tests no-makedepend -D_WIN32_WINNT=0x0601"
44
45
NGX_CONFIGURE_DYNAMIC_MODULES: >-
46
--add-dynamic-module=${{ github.workspace }}/examples
0 commit comments