summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/build_scripts.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/build_scripts.py')
-rw-r--r--Lib/distutils/command/build_scripts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/command/build_scripts.py b/Lib/distutils/command/build_scripts.py
index 17fae8f7b5..eacf798996 100644
--- a/Lib/distutils/command/build_scripts.py
+++ b/Lib/distutils/command/build_scripts.py
@@ -22,6 +22,8 @@ class build_scripts (Command):
('force', 'f', "forcibly build everything (ignore file timestamps"),
]
+ boolean_options = ['force']
+
def initialize_options (self):
self.build_dir = None