[PATCH] Use .exe for binaries for all win32 compilers
Orgad Shaneh
orgads at gmail.com
Tue Jun 6 10:58:17 UTC 2017
---
auto/cc/conf | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/auto/cc/conf b/auto/cc/conf
index afbca62b..19a231aa 100644
--- a/auto/cc/conf
+++ b/auto/cc/conf
@@ -144,7 +144,9 @@ fi
CFLAGS="$CFLAGS $NGX_CC_OPT"
NGX_TEST_LD_OPT="$NGX_LD_OPT"
-if [ "$NGX_PLATFORM" != win32 ]; then
+if [ "$NGX_PLATFORM" = win32 ]; then
+ ngx_binext=".exe"
+else
if test -n "$NGX_LD_OPT"; then
ngx_feature=--with-ld-opt=\"$NGX_LD_OPT\"
--
2.13.0.windows.1.7.g80a6209eb5
More information about the nginx-devel
mailing list