Skip to content

Commit c860bb9

Browse files
authored
Update setup.py
1 parent eec14cc commit c860bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def main():
163163
windows_version = int(platform.release())
164164
print(windows_version)
165165
if os.name == "nt":
166-
if windows_version == 2025:
166+
if windows_version == 10:
167167
generator_name = "Visual Studio 17"
168168
else:
169169
enerator_name = "Visual Studio 14"

0 commit comments

Comments
 (0)