summaryrefslogtreecommitdiff
path: root/winbuild.py
diff options
context:
space:
mode:
Diffstat (limited to 'winbuild.py')
-rw-r--r--winbuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/winbuild.py b/winbuild.py
index a759420..98a1ef7 100644
--- a/winbuild.py
+++ b/winbuild.py
@@ -692,6 +692,7 @@ class Nghttp2Builder(StandardBuilder):
# And cmake ignores all visual studio environment variables
# and uses the newest compiler by default, which is great
# if one doesn't care what compiler their code is compiled with.
+ # https://stackoverflow.com/questions/6430251/what-is-the-default-generator-for-cmake-in-windows
'-G', '"%s"' % self.CMAKE_GENERATORS[self.vc_version],
])
b.add('%s .' % cmd)