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

Skip to content

Commit a9d3783

Browse files
committed
Fixed so --no-compile is a negative alias for --compile.
1 parent 9216cfe commit a9d3783

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/distutils/command/install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class install (Command):
116116
]
117117

118118
boolean_options = ['force', 'skip-build']
119+
negative_opt = {'no-compile' : 'compile'}
119120

120121

121122
def initialize_options (self):

0 commit comments

Comments
 (0)