Skip to content

Commit 60d8b85

Browse files
authored
Update setup.py
1 parent d324320 commit 60d8b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ def main():
159159
# Files in sourcetree outside package dir that should be copied to package.
160160
# Raw paths relative to sourcetree root.
161161
files_outside_package_dir = {"cv2": ["LICENSE.txt", "LICENSE-3RD-PARTY.txt"]}
162-
162+
163163
if os.name == "nt":
164164
vs_env = os.environ.get("VISUAL_STUDIO")
165165
if vs_env == "17":
166166
generator_name = "Visual Studio 17"
167167
else:
168-
enerator_name = "Visual Studio 14"
168+
generator_name = "Visual Studio 14"
169169
ci_cmake_generator = ["-G", generator_name + (" Win64" if is64 else "")]
170170
else:
171171
ci_cmake_generator = ["-G", "Unix Makefiles"]

0 commit comments

Comments
 (0)