Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit 3aa5513

Browse files
authored
Updated setup.py to include msvcr by default
1 parent 2341908 commit 3aa5513

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
# Dependencies are automatically detected, but it might need fine tuning.
55
# "packages": ["os"] is used as example only
6-
build_exe_options = {'replace_paths': [("*", "")]}
6+
build_exe_options = {'replace_paths': [("*", "")],
7+
"include_msvcr": True
8+
}
79

810
#base="Win32GUI" should be used only for Windows GUI app
911
base = None

0 commit comments

Comments
 (0)