Doing the redists manually
This commit is contained in:
parent
ae08527841
commit
803ec93faa
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -61,7 +61,7 @@ build_exe_options = {
|
|||
'PyQt5.QtDesigner',
|
||||
'PyQt5.QAxContainer',],
|
||||
"include_files": includefiles,
|
||||
"include_msvcr": True
|
||||
"include_msvcr": False# cx_freeze copies 64-bit binaries always?
|
||||
}
|
||||
|
||||
bdist_mac_options = {
|
||||
|
|
Loading…
Reference in a new issue