blob: 7e7e15bb89f16763419953c67877480cd4f44d67 (
plain)
1
2
3
4
5
6
7
8
|
--- a/DistUtilsExtra/command/build_extra.py
+++ b/DistUtilsExtra/command/build_extra.py
@@ -53,3 +53,5 @@
self.sub_commands.insert(
0, ("build_kdeui", has_kdeui)
) # need to run before build_py
+
+build = build_extra
|