Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9216cfe commit a9d3783Copy full SHA for a9d3783
1 file changed
Lib/distutils/command/install.py
@@ -116,6 +116,7 @@ class install (Command):
116
]
117
118
boolean_options = ['force', 'skip-build']
119
+ negative_opt = {'no-compile' : 'compile'}
120
121
122
def initialize_options (self):
0 commit comments