details: http://freenginx.org/hg/nginx/rev/7c350e517168 branches: changeset: 9313:7c350e517168 user: Maxim Dounin <mdou...@mdounin.ru> date: Wed Aug 07 03:56:49 2024 +0300 description: Win32: building with Clang.
diffstat: auto/os/win32 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff --git a/auto/os/win32 b/auto/os/win32 --- a/auto/os/win32 +++ b/auto/os/win32 @@ -18,7 +18,7 @@ ngx_binext=".exe" case "$NGX_CC_NAME" in - gcc) + gcc | clang) CORE_LIBS="$CORE_LIBS -ladvapi32 -lws2_32" MAIN_LINK="$MAIN_LINK -Wl,--export-all-symbols" MAIN_LINK="$MAIN_LINK -Wl,--out-implib=$NGX_OBJS/libnginx.a"