summaryrefslogtreecommitdiff
path: root/mk/project.mk.in
diff options
context:
space:
mode:
Diffstat (limited to 'mk/project.mk.in')
-rw-r--r--mk/project.mk.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/project.mk.in b/mk/project.mk.in
index 3625124f75..df845c613a 100644
--- a/mk/project.mk.in
+++ b/mk/project.mk.in
@@ -128,11 +128,11 @@ LeadingUnderscore=@LeadingUnderscore@
exeext=@exeext@
soext=@soext@
-# Windows=YES if on a Windows platform
+# Windows_Host=YES if on a Windows platform
ifneq "$(findstring $(HostOS_CPP), mingw32 cygwin32)" ""
-Windows=YES
+Windows_Host=YES
else
-Windows=NO
+Windows_Host=NO
endif
# Tell the build system what the host operating system is