summaryrefslogtreecommitdiffhomepage
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 9ab419306..064fac1bd 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -4,6 +4,7 @@ VER = $(shell grep 'define NGINX_VERSION' src/core/nginx.h \
NGINX = nginx-$(VER)
TEMP = tmp
+CC = cl
OBJS = objs.msvc8
OPENSSL = openssl-1.0.2j
ZLIB = zlib-1.2.8
@@ -47,7 +48,7 @@ RELEASE:
win32:
./auto/configure \
- --with-cc=cl \
+ --with-cc=$(CC) \
--builddir=$(OBJS) \
--with-debug \
--prefix= \