diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py index 6aee1b35d9f..806da01afa4 100644 --- a/Lib/distutils/command/install.py +++ b/Lib/distutils/command/install.py @@ -146,6 +146,7 @@ def initialize_options (self): self.install_data = None self.compile = None + self.no_compile = None self.optimize = None # These two are for putting non-packagized distributions into their