Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da9f0bf

Browse files
committed
Add unlisted Boolean options. Thomas H., can you please check that I
got this right? Bugfix candidate, unless Thomas notes a problem.
1 parent 5de82a8 commit da9f0bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/distutils/command/bdist_wininst.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ class bdist_wininst (Command):
4343
" or before deinstallation"),
4444
]
4545

46-
boolean_options = ['keep-temp']
46+
boolean_options = ['keep-temp', 'no-target-compile', 'no-target-optimize',
47+
'skip-build']
4748

4849
def initialize_options (self):
4950
self.bdist_dir = None

0 commit comments

Comments
 (0)